Explorar o código

Typo in a comment

Source commit: c8ff94499a219b5455670e47284b0f1a1d11a82b
Martin Prikryl %!s(int64=2) %!d(string=hai) anos
pai
achega
b96d7d0001
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/windows/VCLCommon.cpp

+ 1 - 1
source/windows/VCLCommon.cpp

@@ -2896,7 +2896,7 @@ bool IsButtonBeingClicked(TButtonControl * Button)
 }
 //---------------------------------------------------------------------------
 // When using this in OnExit handers, it's still possible that the user does not actually click the
-// CanceButton (for example, when the button is released out of the button).
+// CancelButton (for example, when the button is released out of the button).
 // Then the validation is bypassed. Consequently, all dialogs that uses this must still
 // gracefully handle submission with non-validated data.
 bool IsCancelButtonBeingClicked(TControl * Control)