// In wxMSW it was only wxSpinCtrl derived from wxSpinButton but in
// WinCE of Smartphones this happens also for native wxTextCtrl,
// wxChoice and others.
-wxSize wxControl::GetBestSpinerSize(const bool is_vertical) const
+wxSize wxControl::GetBestSpinnerSize(const bool is_vertical) const
{
// take size according to layout
wxSize bestSize(
{
// by default consider that the controls text shouldn't erase the
// background under it (this is true for all static controls, check boxes,
- // radio buttons, ...
+ // radio buttons, ...)
::SetBkMode((HDC)pDC, TRANSPARENT);
return DoMSWControlColor(pDC, wxNullColour);