diff options
-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. |