瀏覽代碼

Typo in comment

Source commit: 922e3a183e9fad3527efb2a928d52a0795bc8fb4
Martin Prikryl 9 年之前
父節點
當前提交
a9f54a954b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/packages/filemng/DriveView.pas

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

@@ -570,7 +570,7 @@ begin
        ((wParam = {DBT_CONFIGCHANGED} $0018) or (wParam = {DBT_DEVICEARRIVAL} $8000) or
           (wParam = {DBT_DEVICEREMOVECOMPLETE} $8004)) then
     begin
-      // Delay refresing drives for a sec.
+      // Delay refreshing drives for a sec.
       // Particularly with CD/DVD drives, if we query display name
       // immediately after receiving DBT_DEVICEARRIVAL, we do not get media label.
       // Actually one sec does not help usually, but we do not want to wait any longer,