From ce8556574fcc0bed5f202c5b3c18356b19e8f6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 27 Apr 2008 19:28:46 +0000 Subject: [PATCH] fixed typo in javadoc --- src/checkstyle/com/puppycrawl/tools/checkstyle/api/Check.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/Check.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/Check.java index 7ea4f7516..5a1125480 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/Check.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/Check.java @@ -116,7 +116,7 @@ public abstract class Check extends AbstractViolationReporter } /** - * Initialse the check. This is the time to verify that the check has + * Initialise the check. This is the time to verify that the check has * everything required to perform it job. */ public void init()