Преглед изворни кода

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));