소스 검색

Typo in comment

Source commit: 46df16c70403c89ba52ced4b338ef686929a43fa
Martin Prikryl 10 년 전
부모
커밋
0418cb7cb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/forms/Authenticate.cpp

+ 1 - 1
source/forms/Authenticate.cpp

@@ -137,7 +137,7 @@ void __fastcall TAuthenticateForm::Log(const UnicodeString Message)
   // HACK
   // The first call to Repaint from TFrameAnimation happens
   // even before the form is showing. After it is shown it takes sometime too long
-  // before the animation is panted, so that the form is closed before the first frame even appers
+  // before the animation is painted, so that the form is closed before the first frame even appers
   if (!FAnimationPainted && Showing)
   {
     AnimationPaintBox->Repaint();