summaryrefslogtreecommitdiff
path: root/java/src/IceSSL/AcceptorI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceSSL/AcceptorI.java')
-rw-r--r--java/src/IceSSL/AcceptorI.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/IceSSL/AcceptorI.java b/java/src/IceSSL/AcceptorI.java
index 29984ec9d6f..4ce1e5f70bf 100644
--- a/java/src/IceSSL/AcceptorI.java
+++ b/java/src/IceSSL/AcceptorI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
@@ -47,12 +47,12 @@ final class AcceptorI implements IceInternal.Acceptor
accept()
{
//
- // The plugin may not be fully initialized.
+ // The plug-in may not be fully initialized.
//
if(!_instance.initialized())
{
Ice.PluginInitializationException ex = new Ice.PluginInitializationException();
- ex.reason = "IceSSL: plugin is not initialized";
+ ex.reason = "IceSSL: plug-in is not initialized";
throw ex;
}