소스 검색

Exact class name in comment

Source commit: b60f17346a8cd8320354ced2b0c796d00becfd48
Martin Prikryl 5 년 전
부모
커밋
73837eb88b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)))