Ver código fonte

Typo in a comment

(cherry picked from commit 19efb00383d9549d408a9fec4923ff555bfb0463)

Source commit: abecfed115350d4b367b74eb1d81574cff5dee44
Martin Prikryl 5 anos atrás
pai
commit
773b93c2dc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      source/core/Terminal.cpp

+ 1 - 1
source/core/Terminal.cpp

@@ -2427,7 +2427,7 @@ UnicodeString __fastcall TTerminal::GetCurrentDirectory()
   if (FFileSystem != NULL)
   if (FFileSystem != NULL)
   {
   {
     // there's occasional crash when assigning FFileSystem->CurrentDirectory
     // there's occasional crash when assigning FFileSystem->CurrentDirectory
-    // to FCurrentDirectory, splitting the assignment to two statemets
+    // to FCurrentDirectory, splitting the assignment to two statements
     // to locate the crash more closely
     // to locate the crash more closely
     UnicodeString CurrentDirectory = FFileSystem->CurrentDirectory;
     UnicodeString CurrentDirectory = FFileSystem->CurrentDirectory;
     FCurrentDirectory = CurrentDirectory;
     FCurrentDirectory = CurrentDirectory;