JAL-3253 code tidies and tweaks to Desktop
[jalview.git] / src / jalview / gui / Console.java
index 3ff8c12..f44dae1 100644 (file)
@@ -136,7 +136,7 @@ public class Console extends WindowAdapter
     }
     quit = false; // signals the Threads that they should exit
 
-    // Starting two seperate threads to read from the PipedInputStreams
+    // Starting two separate threads to read from the PipedInputStreams
     //
     reader = new Thread(this);
     reader.setDaemon(true);