Fix small typo in propgrid sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Artur Wieczorek 2015-02-04 17:05:37 +00:00
parent c1b777cd16
commit f2016b71b0

View File

@ -101,7 +101,7 @@ void wxFontDataProperty::OnSetValue()
}
else
{
wxFAIL_MSG(wxT("Value to wxFontDataProperty must be eithe wxFontData or wxFont"));
wxFAIL_MSG(wxT("Value to wxFontDataProperty must be either wxFontData or wxFont"));
}
}
else