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,