Fix comment typos in sources
No real changes. Closes https://github.com/wxWidgets/wxWidgets/pull/2541
This commit is contained in:
committed by
Vadim Zeitlin
parent
cfdd4127b5
commit
668a2186cd
@@ -499,7 +499,7 @@ bool wxGUIAppTraitsBase::ShowAssertDialog(const wxString& msg)
|
||||
if ( wxIsMainThread() )
|
||||
{
|
||||
// Note that this and the other messages here are intentionally not
|
||||
// translated -- they are for developpers only.
|
||||
// translated -- they are for developers only.
|
||||
static const wxStringCharType* caption = wxS("wxWidgets Debug Alert");
|
||||
|
||||
wxString msgDlg = wxS("A debugging check in this application ")
|
||||
|
||||
Reference in New Issue
Block a user