You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/01/06 19:38:09 UTC

svn commit: r1228336 - /axis/axis1/java/trunk/axis-maven-plugin/src/main/java/org/apache/axis/maven/StartServerMojo.java

Author: veithen
Date: Fri Jan  6 18:38:08 2012
New Revision: 1228336

URL: http://svn.apache.org/viewvc?rev=1228336&view=rev
Log:
Fixed a typo.

Modified:
    axis/axis1/java/trunk/axis-maven-plugin/src/main/java/org/apache/axis/maven/StartServerMojo.java

Modified: axis/axis1/java/trunk/axis-maven-plugin/src/main/java/org/apache/axis/maven/StartServerMojo.java
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-maven-plugin/src/main/java/org/apache/axis/maven/StartServerMojo.java?rev=1228336&r1=1228335&r2=1228336&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-maven-plugin/src/main/java/org/apache/axis/maven/StartServerMojo.java (original)
+++ axis/axis1/java/trunk/axis-maven-plugin/src/main/java/org/apache/axis/maven/StartServerMojo.java Fri Jan  6 18:38:08 2012
@@ -104,7 +104,7 @@ public class StartServerMojo extends Abs
     
     /**
      * Indicates whether the server should be started in debug mode. This flag can only be set from
-     * the command lined.
+     * the command line.
      * 
      * @parameter expression="${axis.server.debug}" default-value="false"
      * @readonly