Browse Source

Typo in a comment

Source commit: c8ff94499a219b5455670e47284b0f1a1d11a82b
Martin Prikryl 2 years ago
parent
commit
b96d7d0001
1 changed files with 1 additions and 1 deletions
  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)