diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-03-28 20:51:22 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-03-28 20:51:22 +0000 |
commit | 9cd321ac5b5773a40b6c6c46506e2b93ce8d914a (patch) | |
tree | b36c4e2dc6f275d0d1ee78869b40a5900a38bf86 /cpp | |
parent | Fix (diff) | |
download | ice-9cd321ac5b5773a40b6c6c46506e2b93ce8d914a.tar.bz2 ice-9cd321ac5b5773a40b6c6c46506e2b93ce8d914a.tar.xz ice-9cd321ac5b5773a40b6c6c46506e2b93ce8d914a.zip |
minor fix
Diffstat (limited to '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 31fa4d95fc2..d3d1138d4ed 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -551,7 +551,7 @@ void Ice::PluginInitializationException::ice_print(ostream& out) const { Exception::ice_print(out); - out << ":\nplug-in initialization failed"; + out << ":\nplugin initialization failed"; if(!reason.empty()) { out << ": " << reason; |