summaryrefslogtreecommitdiff
path: root/java-compat/test/src/main/java/test/Ice/retry/AllTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'java-compat/test/src/main/java/test/Ice/retry/AllTests.java')
-rw-r--r--java-compat/test/src/main/java/test/Ice/retry/AllTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java-compat/test/src/main/java/test/Ice/retry/AllTests.java b/java-compat/test/src/main/java/test/Ice/retry/AllTests.java
index a0f80fafeea..038c02c76ad 100644
--- a/java-compat/test/src/main/java/test/Ice/retry/AllTests.java
+++ b/java-compat/test/src/main/java/test/Ice/retry/AllTests.java
@@ -216,7 +216,7 @@ public class AllTests
test(retry1.opIdempotent(4) == 4);
instrumentation.testInvocationCount(1);
instrumentation.testFailureCount(0);
- // It suceeded after 3 retry because of the failed opIdempotent on the fixed
+ // It succeeded after 3 retry because of the failed opIdempotent on the fixed
// proxy above
instrumentation.testRetryCount(3);
out.println("ok");