summaryrefslogtreecommitdiff
path: root/csharp/test
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test')
-rw-r--r--csharp/test/Ice/retry/AllTests.cs2
-rw-r--r--csharp/test/TestCommon/TestHelper.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/Ice/retry/AllTests.cs b/csharp/test/Ice/retry/AllTests.cs
index 27e465f9dde..a642d1a4bfd 100644
--- a/csharp/test/Ice/retry/AllTests.cs
+++ b/csharp/test/Ice/retry/AllTests.cs
@@ -183,7 +183,7 @@ namespace Ice
test(retry1.opIdempotent(4) == 4);
Instrumentation.testInvocationCount(1);
Instrumentation.testFailureCount(0);
- // It suceeded after 3 retry because of the failed opIdempotent on the fixed proxy above
+ // It succeeded after 3 retry because of the failed opIdempotent on the fixed proxy above
Instrumentation.testRetryCount(3);
output.WriteLine("ok");
}
diff --git a/csharp/test/TestCommon/TestHelper.cs b/csharp/test/TestCommon/TestHelper.cs
index 076e8616d1b..cd28a2867cc 100644
--- a/csharp/test/TestCommon/TestHelper.cs
+++ b/csharp/test/TestCommon/TestHelper.cs
@@ -145,7 +145,7 @@ namespace Test
{
_controllerHelper.communicatorInitialized(communicator);
}
- return communicator;
+ return communicator;
}
public Ice.Communicator communicator()