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/Exception.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/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index dd72f15ed82..4b584274039 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -635,7 +635,7 @@ void Ice::PluginInitializationException::ice_print(ostream& out) const { Exception::ice_print(out); - out << ":\nplugin initialization failed"; + out << ":\nplug-in initialization failed"; if(!reason.empty()) { out << ": " << reason; |