# HG changeset patch # User Jaroslav Tulach # Date 1446132228 -3600 # Node ID 170c4f72938f243dd45de160b4a780eec014069b # Parent c19904646ed80f6e5142f058b0d8245c99341b36 Typo: ever -> every diff -r c19904646ed8 -r 170c4f72938f context/src/main/java/net/java/html/BrwsrCtx.java --- a/context/src/main/java/net/java/html/BrwsrCtx.java Thu Oct 29 16:18:51 2015 +0100 +++ b/context/src/main/java/net/java/html/BrwsrCtx.java Thu Oct 29 16:23:48 2015 +0100 @@ -158,7 +158,7 @@ Periodicaly task = new Periodicaly(initialCtx); // creates a timer {@link java.util.Timer} t = new {@link java.util.Timer}("Move the box"); - // run the task ever 100ms + // run the task every 100ms t.{@link java.util.Timer#scheduleAtFixedRate(java.util.TimerTask, long, long) scheduleAtFixedRate}(task, 0, 100); } }