瀏覽代碼

Fix typo in comment.

pull/415/head
Greg Holmes 9 年之前
父節點
當前提交
19c75330e0

+ 1
- 1
freedesktop_notifications/src/com/dmdirc/addons/freedesktop_notifications/FDManager.java 查看文件

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

Loading…
取消
儲存