Typo: ever -> every
authorJaroslav Tulach <jtulach@netbeans.org>
Thu, 29 Oct 2015 16:23:48 +0100
changeset 1013170c4f72938f
parent 1012 c19904646ed8
child 1014 c89b9f91ed18
Typo: ever -> every
context/src/main/java/net/java/html/BrwsrCtx.java
     1.1 --- a/context/src/main/java/net/java/html/BrwsrCtx.java	Thu Oct 29 16:18:51 2015 +0100
     1.2 +++ b/context/src/main/java/net/java/html/BrwsrCtx.java	Thu Oct 29 16:23:48 2015 +0100
     1.3 @@ -158,7 +158,7 @@
     1.4          Periodicaly task = new Periodicaly(initialCtx);
     1.5          // creates a timer
     1.6          {@link java.util.Timer} t = new {@link java.util.Timer}("Move the box");
     1.7 -        // run the task ever 100ms
     1.8 +        // run the task every 100ms
     1.9          t.{@link java.util.Timer#scheduleAtFixedRate(java.util.TimerTask, long, long) scheduleAtFixedRate}(task, 0, 100);
    1.10      }
    1.11  }