瀏覽代碼

Typo in comment

Source commit: 2768e456a2457b0e6f9d1c941ad7a1cd7ebe9c91
Martin Prikryl 9 年之前
父節點
當前提交
fbbbd5bec5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/packages/my/PathLabel.pas

+ 1 - 1
source/packages/my/PathLabel.pas

@@ -193,7 +193,7 @@ begin
         else
       begin
         // Displayed path is shortened.
-        // The below is based on knowledge in MinimizeName algorithm
+        // The below is based on knowledge of MinimizeName algorithm
         RemainingPath := Copy(FDisplayPath, Length(HotPath) + 1,
           Length(FDisplayPath) - Length(HotPath));