diff options
Diffstat (limited to 'csharp/src/Ice/PluginManagerI.cs')
-rw-r--r-- | csharp/src/Ice/PluginManagerI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/PluginManagerI.cs b/csharp/src/Ice/PluginManagerI.cs index 8e841ab230d..d7648b7d4fc 100644 --- a/csharp/src/Ice/PluginManagerI.cs +++ b/csharp/src/Ice/PluginManagerI.cs @@ -396,7 +396,7 @@ namespace Ice string err = "unable to load plug-in `" + entryPoint + "': "; // // Always check the static plugin factory table first, it takes - // precedence over the the entryPoint specified in the plugin + // precedence over the entryPoint specified in the plugin // property value. // PluginFactory pluginFactory = null; |