git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@720929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2008-11-26 18:16:33 +00:00
parent 748d68532e
commit 4ebd1df198
1 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ public abstract class StrMatcher {
}
/**
* Returns whether or not the given charatcer matches.
* Returns whether or not the given character matches.
*
* @param buffer the text content to match against, do not change
* @param pos the starting position for the match, valid for buffer
@ -414,7 +414,7 @@ public abstract class StrMatcher {
}
/**
* Returns whether or not the given charatcer matches.
* Returns whether or not the given character matches.
*
* @param buffer the text content to match against, do not change
* @param pos the starting position for the match, valid for buffer