Author: vsiveton
Date: Sun Dec 21 06:11:47 2008
New Revision: 728443

URL: http://svn.apache.org/viewvc?rev=728443&view=rev
Log:
o javadoc typo

Modified:
    
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/main/java/org/apache/maven/doxia/module/twiki/parser/TextParser.java

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/main/java/org/apache/maven/doxia/module/twiki/parser/TextParser.java
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/main/java/org/apache/maven/doxia/module/twiki/parser/TextParser.java?rev=728443&r1=728442&r2=728443&view=diff
==============================================================================
--- 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/main/java/org/apache/maven/doxia/module/twiki/parser/TextParser.java
 (original)
+++ 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/main/java/org/apache/maven/doxia/module/twiki/parser/TextParser.java
 Sun Dec 21 06:11:47 2008
@@ -354,7 +354,7 @@
      * @param m    matcher to test
      * @param line line to test
      * @return <code>true</code> if the match on m represent a word (must be
-     *         a space before the word or must be the begining of the line)
+     *         a space before the word or must be the beginning of the line)
      */
     private boolean isAWord( final Matcher m, final String line )
     {
@@ -364,7 +364,7 @@
     /**
      * @param m matcher to test
      * @param line line to test
-     * @return true if it is the beggining of a word
+     * @return true if it is the beginning of a word
      */
     private boolean startLikeWord( final Matcher m, final String line )
     {


Reply via email to