--- jsr166/src/test/loops/Microscope.java 2015/01/15 18:34:19 1.13 +++ jsr166/src/test/loops/Microscope.java 2015/08/10 03:13:33 1.15 @@ -174,7 +174,6 @@ public class Microscope extends JPanel { public synchronized void actionPerformed(ActionEvent e) { toggleDemoMode(); updateStatus(); - }}); undoButton.addActionListener(new ActionListener() { @@ -923,7 +922,7 @@ public class Microscope extends JPanel { } /** - * Implements a classic all-possible-move search algorith using + * Implements a classic all-possible-move search algorithm using * ForkJoinTasks. The move finder is not all that smart. Among * other possible improvements, it could keep a cache of explored * moves and avoid repeating them. This would likely speed it up