diff options
author | Jose <jose@zeroc.com> | 2020-12-11 17:26:52 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-12-11 17:26:52 +0100 |
commit | 512109669a1a5c874267640900053de5f9e9893a (patch) | |
tree | b2011d6bfc46f51f8ddbd25126cdba88b6cc84a7 /java | |
parent | Udp multicast testing fixes (diff) | |
download | ice-512109669a1a5c874267640900053de5f9e9893a.tar.bz2 ice-512109669a1a5c874267640900053de5f9e9893a.tar.xz ice-512109669a1a5c874267640900053de5f9e9893a.zip |
Fix typos
Diffstat (limited to 'java')
-rw-r--r-- | java/test/src/main/java/test/Ice/udp/AllTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/src/main/java/test/Ice/udp/AllTests.java b/java/test/src/main/java/test/Ice/udp/AllTests.java index f624943b1ca..063e9bdf6b3 100644 --- a/java/test/src/main/java/test/Ice/udp/AllTests.java +++ b/java/test/src/main/java/test/Ice/udp/AllTests.java @@ -186,7 +186,7 @@ public class AllTests { if(communicator.getProperties().getProperty("Ice.IPv6").equals("1")) { - // Multicast IPv6 not supported on the platform. This occurs for example on macOS big_suir + // Multicast IPv6 not supported on the platform. This occurs for example on macOS Big Sur out.print("(not supported) "); ret = true; break; |