Author: tfischer
Date: Thu Apr  5 13:25:13 2012
New Revision: 1309841

URL: http://svn.apache.org/viewvc?rev=1309841&view=rev
Log:
fix typo in log message

Modified:
    
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/Controller.java

Modified: 
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/Controller.java
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/Controller.java?rev=1309841&r1=1309840&r2=1309841&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/Controller.java
 (original)
+++ 
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/Controller.java
 Thu Apr  5 13:25:13 2012
@@ -405,7 +405,7 @@ public class Controller
         {
             log.info("Skipping generation of File "
                     + outputFile.getAbsolutePath()
-                    + " because of existingTargetStgrategy "
+                    + " because of existingTargetStrategy "
                     + existingTargetStrategy.getStrategyName());
             return;
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to