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