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

Typo in a comment

(cherry picked from commit 70199e71753a9ca225aa9247e5ad506df1a50360)

Source commit: c4f3ecc06fbdaa6b1577e5bdddaea11ca1a4811a
Martin Prikryl пре 5 година
родитељ
комит
147fbb3993
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      source/windows/GUITools.cpp

+ 1 - 1
source/windows/GUITools.cpp

@@ -1450,7 +1450,7 @@ bool __fastcall TLocalCustomCommand::PatternReplacement(
   bool Result;
   if (Pattern == L"!\\")
   {
-    // When used as "!\" in an argument to PowerShell, the trailing \ would escpae the ",
+    // When used as "!\" in an argument to PowerShell, the trailing \ would escape the ",
     // so we exclude it
     Replacement = ExcludeTrailingBackslash(FLocalPath);
     Result = true;