From 92dfedd57038c4cd92dc575fa4cab3658e61559b Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 5 Jan 2009 23:35:32 +0100 Subject: Fix 3306 - Plugin -> Plug-in --- cpp/src/Ice/Exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/Exception.cpp') 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; -- cgit v1.2.3