Browse Source

Typo in comment

Source commit: 2768e456a2457b0e6f9d1c941ad7a1cd7ebe9c91
Martin Prikryl 9 years ago
parent
commit
fbbbd5bec5
1 changed files with 1 additions and 1 deletions
  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));