Author: andyhot
Date: Thu Nov 19 13:25:40 2009
New Revision: 882138

URL: http://svn.apache.org/viewvc?rev=882138&view=rev
Log:
typos

Modified:
    
tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/src/main/java/org/apache/tapestry5/test/AbstractIntegrationTestSuite.java

Modified: 
tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/src/main/java/org/apache/tapestry5/test/AbstractIntegrationTestSuite.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/src/main/java/org/apache/tapestry5/test/AbstractIntegrationTestSuite.java?rev=882138&r1=882137&r2=882138&view=diff
==============================================================================
--- 
tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/src/main/java/org/apache/tapestry5/test/AbstractIntegrationTestSuite.java
 (original)
+++ 
tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/src/main/java/org/apache/tapestry5/test/AbstractIntegrationTestSuite.java
 Thu Nov 19 13:25:40 2009
@@ -25,7 +25,7 @@
 import org.testng.annotations.BeforeClass;
 
 /**
- * A base class for creating integration tests. Ths encapsulates starting up 
an in-process copy of Jetty, and in-process
+ * A base class for creating integration tests. This encapsulates starting up 
an in-process copy of Jetty, and in-process
  * copy of {...@link SeleniumServer}, and a Selenium client.
  * <p/>
  * Unless you are <em>very, very clever</em>, you will want to run the tests 
sequentially. TestNG tends to run them in
@@ -1094,7 +1094,7 @@
 
     /**
      * This does NOT invoke {...@link 
com.thoughtworks.selenium.Selenium#start(String)}; it invokes {...@link
-     * #start(String[])}.  This is necesasry due to the introduction of the 
start() method.
+     * #start(String[])}.  This is necessary due to the introduction of the 
start() method.
      *
      * @param linkText text of link to click
      * @since 5.1.0.0


Reply via email to