diff options
Diffstat (limited to 'java/src/IceSSL/PluginFactory.java')
-rw-r--r-- | java/src/IceSSL/PluginFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceSSL/PluginFactory.java b/java/src/IceSSL/PluginFactory.java index 70ada47f651..7d8f1d7993f 100644 --- a/java/src/IceSSL/PluginFactory.java +++ b/java/src/IceSSL/PluginFactory.java @@ -22,7 +22,7 @@ public class PluginFactory implements Ice.PluginFactory * @param args The arguments that are specified in the plug-in's configuration. * * @return The new plug-in. <code>null</code> can be returned to indicate - * that a general error occurred. Alterntively, <code>create</code> can throw + * that a general error occurred. Alternatively, <code>create</code> can throw * {@link PluginInitializationException} to provide more detailed information. **/ public Ice.Plugin |