summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Instance.cpp
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 /cpp/src/IceSSL/Instance.cpp
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 'cpp/src/IceSSL/Instance.cpp')
-rw-r--r--cpp/src/IceSSL/Instance.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/Instance.cpp b/cpp/src/IceSSL/Instance.cpp
index b3e0a77388f..9c4875f6267 100644
--- a/cpp/src/IceSSL/Instance.cpp
+++ b/cpp/src/IceSSL/Instance.cpp
@@ -233,7 +233,7 @@ IceSSL::Instance::Instance(const CommunicatorPtr& communicator) :
//
// Register the endpoint factory. We have to do this now, rather than
// in initialize, because the communicator may need to interpret
- // proxies before the plugin is fully initialized.
+ // proxies before the plug-in is fully initialized.
//
_facade->addEndpointFactory(new EndpointFactoryI(this));
@@ -662,7 +662,7 @@ IceSSL::Instance::context(SSL_CTX* context)
if(_ctx)
{
PluginInitializationException ex(__FILE__, __LINE__);
- ex.reason = "IceSSL: plugin is already initialized";
+ ex.reason = "IceSSL: plug-in is already initialized";
throw ex;
}