summaryrefslogtreecommitdiff
path: root/java/src/IceBox/ServiceManagerI.java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-01-05 23:35:32 +0100
committerJose <jose@zeroc.com>2009-01-05 23:35:32 +0100
commit92dfedd57038c4cd92dc575fa4cab3658e61559b (patch)
tree1801ad6cb68051b18bd07bfa157a55e5eb88c135 /java/src/IceBox/ServiceManagerI.java
parentRemoved RMI and WCF demos (now in articles.git repository). (diff)
downloadice-92dfedd57038c4cd92dc575fa4cab3658e61559b.tar.bz2
ice-92dfedd57038c4cd92dc575fa4cab3658e61559b.tar.xz
ice-92dfedd57038c4cd92dc575fa4cab3658e61559b.zip
Fix 3306 - Plugin -> Plug-in
Diffstat (limited to 'java/src/IceBox/ServiceManagerI.java')
-rw-r--r--java/src/IceBox/ServiceManagerI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceBox/ServiceManagerI.java b/java/src/IceBox/ServiceManagerI.java
index d327c4bfa9a..87fb274fac1 100644
--- a/java/src/IceBox/ServiceManagerI.java
+++ b/java/src/IceBox/ServiceManagerI.java
@@ -981,7 +981,7 @@ public class ServiceManagerI extends _ServiceManagerDisp
//
// Remaining command line options are passed to the communicator. This is
- // necessary for Ice plugin properties (e.g.: IceSSL).
+ // necessary for Ice plug-in properties (e.g.: IceSSL).
//
Ice.InitializationData initData = new Ice.InitializationData();
initData.properties = properties;