Ver Fonte

Typo in comment

Source commit: 46df16c70403c89ba52ced4b338ef686929a43fa
Martin Prikryl há 10 anos atrás
pai
commit
0418cb7cb0
1 ficheiros alterados com 1 adições e 1 exclusões
  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();