Преглед на файлове

Typos in comments

Source commit: b9884a0ca6cfddacf971da17350ddd4b8f334fc2
Martin Prikryl преди 4 години
родител
ревизия
f772ab111c
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      source/core/S3FileSystem.cpp
  2. 2 2
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/core/S3FileSystem.cpp

@@ -1203,7 +1203,7 @@ void __fastcall TS3FileSystem::DeleteFile(const UnicodeString AFileName,
     {
       if (FTerminal->Active && Dir && !FTerminal->FileExists(AFileName))
       {
-        // Amazon silently ignores attampts to delete non existing folders,
+        // Amazon silently ignores attempts to delete non existing folders,
         // But Google Cloud fails that.
         FTerminal->LogEvent(L"Folder does not exist anymore, it was probably only virtual");
       }

+ 2 - 2
source/forms/CustomScpExplorer.cpp

@@ -5246,7 +5246,7 @@ void __fastcall TCustomScpExplorerForm::FormCloseQuery(TObject * /*Sender*/,
           Message = LoadStr(CLOSE_SESSIONS);
         }
       }
-      // Multiple tabs, but all are intactive or local, and saving of worspace is not enabled
+      // Multiple tabs, but all are inactive or local, and saving of worspace is not enabled
       else
       {
         DebugAlwaysTrue(Manager->Count > 1);
@@ -10990,7 +10990,7 @@ void __fastcall TCustomScpExplorerForm::ClipboardStop()
   FClipboardTerminal = NULL;
   if (FDownloadingFromClipboard)
   {
-    // We are called by the monitor, so attempt to release it would deadlonk
+    // We are called by the monitor, so attempt to release it would deadlock
     FClipboardFakeMonitorsPendingReset = true;
   }
   else