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


Reply via email to