From e353e5f5ae25282f1bdc19eb8cc23b022e61934a Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 29 Mar 2004 16:39:03 +0000 Subject: [PATCH] spelling git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276260 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/Watchdog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/util/Watchdog.java b/src/main/org/apache/tools/ant/util/Watchdog.java index 76f61b0b6..1c344ce88 100644 --- a/src/main/org/apache/tools/ant/util/Watchdog.java +++ b/src/main/org/apache/tools/ant/util/Watchdog.java @@ -36,7 +36,7 @@ public class Watchdog implements Runnable { public Watchdog(long timeout) { if (timeout < 1) { - throw new IllegalArgumentException("timeout lesser than 1."); + throw new IllegalArgumentException("timeout less than 1."); } this.timeout = timeout; }