From 6cd42359714abdcdfa74d0cdf095bb112f094652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Mon, 12 May 2008 19:34:19 +0000 Subject: [PATCH] fixed typo in javadoc --- src/checkstyle/com/puppycrawl/tools/checkstyle/api/Utils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/Utils.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/Utils.java index abc0ddb1f..45fc9b85a 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/Utils.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/Utils.java @@ -58,7 +58,7 @@ public final class Utils /** * Accessor for shared instance of logger which should be - * used to log all exceptions occured during FileSetCheck + * used to log all exceptions occurred during FileSetCheck * work (debug() should be used). * @return shared exception logger. */ @@ -110,7 +110,7 @@ public final class Utils * jump to the next tab stop. * @param aString the input String * @param aToIdx index in aString (exclusive) where the calculation stops - * @param aTabWidth the distance betweeen tab stop position. + * @param aTabWidth the distance between tab stop position. * @return the length of aString.substring(0, aToIdx) with tabs expanded. */ public static int lengthExpandedTabs(String aString,