OSDN Git Service

MOD: Error message typo.
authorTakuya Ono <takuya-o@users.sourceforge.jp>
Wed, 22 Aug 2007 20:24:52 +0000 (20:24 +0000)
committerTakuya Ono <takuya-o@users.sourceforge.jp>
Wed, 22 Aug 2007 20:24:52 +0000 (20:24 +0000)
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();
                 }
               }