diff options
author | Jose <jose@zeroc.com> | 2009-01-05 23:35:32 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-01-05 23:35:32 +0100 |
commit | 92dfedd57038c4cd92dc575fa4cab3658e61559b (patch) | |
tree | 1801ad6cb68051b18bd07bfa157a55e5eb88c135 /cpp/src/Ice/Instance.cpp | |
parent | Removed RMI and WCF demos (now in articles.git repository). (diff) | |
download | ice-92dfedd57038c4cd92dc575fa4cab3658e61559b.tar.bz2 ice-92dfedd57038c4cd92dc575fa4cab3658e61559b.tar.xz ice-92dfedd57038c4cd92dc575fa4cab3658e61559b.zip |
Fix 3306 - Plugin -> Plug-in
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index a41030e3065..8c7ad3ed4e8 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -757,7 +757,7 @@ void IceInternal::Instance::setStringConverter(const Ice::StringConverterPtr& stringConverter) { // - // No locking, as it can only be called during plugin loading + // No locking, as it can only be called during plug-in loading // _initData.stringConverter = stringConverter; } @@ -766,7 +766,7 @@ void IceInternal::Instance::setWstringConverter(const Ice::WstringConverterPtr& wstringConverter) { // - // No locking, as it can only be called during plugin loading + // No locking, as it can only be called during plug-in loading // _initData.wstringConverter = wstringConverter; } @@ -775,7 +775,7 @@ void IceInternal::Instance::setLogger(const Ice::LoggerPtr& logger) { // - // No locking, as it can only be called during plugin loading + // No locking, as it can only be called during plug-in loading // _initData.logger = logger; } |