Explorar el Código

Typo in a comment

Source commit: d6a47927001c2241398c09f00856c07474b11536
Martin Prikryl hace 5 años
padre
commit
70199e7175
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;