From 4ebd1df1983e4753c10dcd24fb075ba8f1e2001a Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Wed, 26 Nov 2008 18:16:33 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@720929 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/lang/text/StrMatcher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/commons/lang/text/StrMatcher.java b/src/java/org/apache/commons/lang/text/StrMatcher.java index 7439b0c7e..051aa4706 100644 --- a/src/java/org/apache/commons/lang/text/StrMatcher.java +++ b/src/java/org/apache/commons/lang/text/StrMatcher.java @@ -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