소스 검색

Fix typo in comment.

pull/415/head
Greg Holmes 9 년 전
부모
커밋
19c75330e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      freedesktop_notifications/src/com/dmdirc/addons/freedesktop_notifications/FDManager.java

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

Loading…
취소
저장