Browse Source

Typo in comment

Source commit: ed4a19a35dcdcb14926b38ebd3bab9aa9edf8fc5
Martin Prikryl 8 years ago
parent
commit
d48b66f421
1 changed files with 1 additions and 1 deletions
  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