ソースを参照

Fix typo in comment.

pull/415/head
Greg Holmes 9年前
コミット
19c75330e0

+ 1
- 1
freedesktop_notifications/src/com/dmdirc/addons/freedesktop_notifications/FDManager.java ファイルの表示

@@ -125,7 +125,7 @@ public class FDManager implements ConfigChangeListener {
125 125
             try {
126 126
                 myProcess.waitFor();
127 127
             } catch (InterruptedException e) {
128
-                //Not a proble, carry on
128
+                //Not a problem, carry on
129 129
             }
130 130
             return true;
131 131
         } catch (SecurityException | IOException e) {

読み込み中…
キャンセル
保存