Przeglądaj źródła

Typo in a comment

Source commit: d6a47927001c2241398c09f00856c07474b11536
Martin Prikryl 5 lat temu
rodzic
commit
70199e7175
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      source/windows/GUITools.cpp

+ 1 - 1
source/windows/GUITools.cpp

@@ -1450,7 +1450,7 @@ bool __fastcall TLocalCustomCommand::PatternReplacement(
   bool Result;
   bool Result;
   if (Pattern == L"!\\")
   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
     // so we exclude it
     Replacement = ExcludeTrailingBackslash(FLocalPath);
     Replacement = ExcludeTrailingBackslash(FLocalPath);
     Result = true;
     Result = true;