Author: sshafroi
Date: 2008-03-31 09:25:47 +0200 (Mon, 31 Mar 2008)
New Revision: 6317

Modified:
   
branches/2.16/mojo/src/main/java/no/sesat/mojo/SearchModesSchemaGenerator.java
Log:
Fix spelling

Modified: 
branches/2.16/mojo/src/main/java/no/sesat/mojo/SearchModesSchemaGenerator.java
===================================================================
--- 
branches/2.16/mojo/src/main/java/no/sesat/mojo/SearchModesSchemaGenerator.java  
    2008-03-31 07:22:59 UTC (rev 6316)
+++ 
branches/2.16/mojo/src/main/java/no/sesat/mojo/SearchModesSchemaGenerator.java  
    2008-03-31 07:25:47 UTC (rev 6317)
@@ -44,10 +44,10 @@
                getLog().info(this.getClass().getName());
 
                if (classpaths == null)
-                       getLog().error("classpaths variable must be spesified");
+                       getLog().error("classpaths variable must be specified");
 
                if (outputDir == null)
-                       getLog().error("outputDir variable must be spesified");
+                       getLog().error("outputDir variable must be specified");
 
                String classpath = "";
                for (Iterator<String> iterator = classpaths.iterator(); 
iterator.hasNext();) {

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to