Author: hboutemy
Date: Sun Feb 18 18:25:55 2018
New Revision: 1824685

URL: http://svn.apache.org/viewvc?rev=1824685&view=rev
Log:
[MARCHETYPES-50] fixed spell checking
Submitted by: Adam Williams

Modified:
    
maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/src/test/java/AppTest.java

Modified: 
maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/src/test/java/AppTest.java
URL: 
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/src/test/java/AppTest.java?rev=1824685&r1=1824684&r2=1824685&view=diff
==============================================================================
--- 
maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/src/test/java/AppTest.java
 (original)
+++ 
maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/src/test/java/AppTest.java
 Sun Feb 18 18:25:55 2018
@@ -10,7 +10,7 @@ import org.junit.Test;
 public class AppTest 
 {
     /**
-     * Rigourous Test :-)
+     * Rigorous Test :-)
      */
     @Test
     public void shouldAnswerWithTrue()


Reply via email to