]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.detached.launcher/src/main/java/org/argeo/slc/detached/launcher/Main.java
Introduce log4j conf for SLC Detached (not working yet)
[gpl/argeo-slc.git] / org.argeo.slc.detached.launcher / src / main / java / org / argeo / slc / detached / launcher / Main.java
index 423b1cbc49f3d09de8bc55ea04a8819bf108ab73..ba181b5885f5bf8f9d4ab18b0b1413a944f4cae1 100644 (file)
@@ -132,7 +132,7 @@ public class Main {
 
                if (className == null)
                        throw new Exception(
-                                       "A main class has to be defined with teh system property slc.detached.appclass");
+                                       "A main class has to be defined with the system property slc.detached.appclass");
 
                // Launch main method using reflection
                Class clss = Class.forName(className);