OSDN Git Service

MOD: Error message typo.
[mdc/BetaProject.git] / src / org / jent / checksmtp / Processer.java
index 37662dd..8905ab5 100644 (file)
@@ -242,7 +242,7 @@ public class Processer implements Runnable, ResultNotify {
                         wait();
                     }
                 } catch (InterruptedException e) {
-                    System.err.println("Dialg wait interrupted");
+                    System.err.println("Confirm dialog wait interrupted");
                     e.printStackTrace();
                 }
               }