Author: dennisl Date: Fri Oct 8 22:43:15 2010 New Revision: 1006058 URL: http://svn.apache.org/viewvc?rev=1006058&view=rev Log: o Fix typo.
Modified: maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/util/WebappStructure.java Modified: maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/util/WebappStructure.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/util/WebappStructure.java?rev=1006058&r1=1006057&r2=1006058&view=diff ============================================================================== --- maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/util/WebappStructure.java (original) +++ maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/util/WebappStructure.java Fri Oct 8 22:43:15 2010 @@ -158,7 +158,7 @@ public class WebappStructure * the file is not registered yet, a simple registration is performed. If the * file already exists, the owner changes to the specified one. * <p/> - * Beware that the semantic of the return boolean is different thant the one + * Beware that the semantic of the return boolean is different than the one * from {...@link #registerFile(String, String)}; returns <tt>true</tt> if an * owner replacement was made and <tt>false</tt> if the file was simply registered * for the first time.