]> source.dussan.org Git - pf4j.git/commitdiff
fix typo
authorDecebal Suiu <decebal.suiu@gmail.com>
Thu, 25 Jun 2015 16:36:18 +0000 (19:36 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Thu, 25 Jun 2015 16:36:18 +0000 (19:36 +0300)
pf4j/src/main/java/ro/fortsoft/pf4j/PluginLoader.java

index e4433f49305e82b3a32a313e03d9e92e2ed7d901..e1ec26cb74740788bfe2dca8592c25b8bc2202b6 100644 (file)
@@ -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.