Răsfoiți Sursa

Exact class name in comment

Source commit: b60f17346a8cd8320354ced2b0c796d00becfd48
Martin Prikryl 5 ani în urmă
părinte
comite
73837eb88b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      source/core/Terminal.cpp

+ 1 - 1
source/core/Terminal.cpp

@@ -3118,7 +3118,7 @@ void __fastcall TTerminal::RollbackAction(TSessionAction & Action,
   // ESkipFile without "cancel" is file skip,
   // and we do not want to record skipped actions.
   // But ESkipFile with "cancel" is abort and we want to record that.
-  // Note that TSCPFileSystem modifies the logic of RollbackAction little bit.
+  // Note that TScpFileSystem modifies the logic of RollbackAction little bit.
   if ((dynamic_cast<ESkipFile *>(E) != NULL) &&
       ((OperationProgress == NULL) ||
        (OperationProgress->Cancel == csContinue)))