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/StringConverter.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/StringConverter.cpp')
-rw-r--r-- | cpp/src/Ice/StringConverter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/StringConverter.cpp b/cpp/src/Ice/StringConverter.cpp index 6fa5382f7d6..52c9dc2ed4b 100644 --- a/cpp/src/Ice/StringConverter.cpp +++ b/cpp/src/Ice/StringConverter.cpp @@ -221,7 +221,7 @@ StringConverterPlugin::destroy() } // -// The entry point for the "string converter" plugin built-in the Ice library +// The entry point for the "string converter" plug-in built-in the Ice library // extern "C" { |