소스 검색

Typo in a comment tag

Source commit: c4b07bc29c61b44257fc607b291c696c15596d04
Martin Prikryl 4 년 전
부모
커밋
a94ae723a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -8782,7 +8782,7 @@ void __fastcall TCustomScpExplorerForm::UpdateControls()
   {
     TTerminalManager::Instance()->UpdateAppTitle();
   }
-  // WORAKRDOUND: Disabling list view when it is not showing yet does not set its
+  // WORKAROUND: Disabling list view when it is not showing yet does not set its
   // background to gray on Windows 7 (works on Windows 10).
   // See also EnableControl
   if (Showing)