Browse Source

spelling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276260 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 21 years ago
parent
commit
e353e5f5ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/Watchdog.java

+ 1
- 1
src/main/org/apache/tools/ant/util/Watchdog.java View File

@@ -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;
}


Loading…
Cancel
Save