You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/02/18 18:25:55 UTC

svn commit: r1824685 - /maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/src/test/java/AppTest.java

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()