Fixes comment typo
authorNiels Erik G. Nielsen <nielserik@indexdata.com>
Wed, 8 May 2013 19:35:55 +0000 (15:35 -0400)
committerNiels Erik G. Nielsen <nielserik@indexdata.com>
Wed, 8 May 2013 19:35:55 +0000 (15:35 -0400)
src/main/java/com/indexdata/mkjsf/config/Configurable.java

index 34f841c..fb142ea 100644 (file)
@@ -33,7 +33,8 @@ public interface Configurable {
   \r
   /**\r
    * Returns the name of the module, can be used by a configuration reader that \r
-   * has distinguishes between sets of configuration properties by component name\r
+   * distinguishes between sets of configuration properties by component name, a\r
+   * name space of sorts.\r
    * @return name of the part that is to be configured\r
    */\r
   public String getModuleName();\r