浏览代码

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) {

正在加载...
取消
保存