From: Decebal Suiu Date: Thu, 25 Jun 2015 16:36:18 +0000 (+0300) Subject: fix typo X-Git-Tag: release-0.10.0~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=96401ef9a8f529cfd743da34035460b17a562c6d;p=pf4j.git fix typo --- diff --git a/pf4j/src/main/java/ro/fortsoft/pf4j/PluginLoader.java b/pf4j/src/main/java/ro/fortsoft/pf4j/PluginLoader.java index e4433f4..e1ec26c 100644 --- a/pf4j/src/main/java/ro/fortsoft/pf4j/PluginLoader.java +++ b/pf4j/src/main/java/ro/fortsoft/pf4j/PluginLoader.java @@ -25,7 +25,7 @@ import ro.fortsoft.pf4j.util.DirectoryFileFilter; import ro.fortsoft.pf4j.util.JarFileFilter; /** - * Load all informations needed by a plugin. + * Load all information needed by a plugin. * This means add all jar files from 'lib' directory, 'classes' * to classpath. * It's a class for only the internal use.