diff options
author | Jose <jose@zeroc.com> | 2020-03-11 13:39:30 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-03-11 13:39:30 +0100 |
commit | c6ba618701aa3cc3e52129af4946e33252aedfad (patch) | |
tree | 0dd3659b840bbe50f5459f2e45c13eed2f3fe1f4 | |
parent | Fixed C# projects to set UseAppHost only with netcoreapp3.1 (diff) | |
download | ice-c6ba618701aa3cc3e52129af4946e33252aedfad.tar.bz2 ice-c6ba618701aa3cc3e52129af4946e33252aedfad.tar.xz ice-c6ba618701aa3cc3e52129af4946e33252aedfad.zip |
Fix typo
-rw-r--r-- | slice/Ice/Communicator.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slice/Ice/Communicator.ice b/slice/Ice/Communicator.ice index a391c9530da..bc603a01384 100644 --- a/slice/Ice/Communicator.ice +++ b/slice/Ice/Communicator.ice @@ -533,7 +533,7 @@ local interface Communicator * If Ice.Admin.ServerId is set and the provided object adapter has a {@link Locator}, * createAdmin registers the Admin's Process facet with the {@link Locator}'s {@link LocatorRegistry}. * - * createAdmin call only be called once; subsequent calls raise InitializationException. + * createAdmin must only be called once; subsequent calls raise InitializationException. * * @param adminAdapter The object adapter used to host the Admin object; if null and * Ice.Admin.Endpoints is set, create, activate and use the Ice.Admin object adapter. |