소스 검색

Typo in comment

Source commit: ed4a19a35dcdcb14926b38ebd3bab9aa9edf8fc5
Martin Prikryl 8 년 전
부모
커밋
d48b66f421
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/packages/filemng/DriveView.pas

+ 1 - 1
source/packages/filemng/DriveView.pas

@@ -1213,7 +1213,7 @@ begin
     else
       shAttr := SFGAO_DISPLAYATTRMASK;
 
-    // Resoving attributes make take ages, so we run it from a separate thread
+    // Resoving attributes may take ages, so we run it from a separate thread
     // and timeout waiting for the thread after a second.
     // But when running from IDE, it triggers starting/exiting the thread,
     // again taking ages. So in IDE we revert to single-thread approach