fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7488a05edb
commit
3c907f1a7f
@ -83,7 +83,7 @@ bool wxTimer::Start(int milliseconds, bool oneShot)
|
||||
{
|
||||
(void)wxTimerBase::Start(milliseconds, oneShot);
|
||||
|
||||
wxCHECK_MSG( m_milli > 0, false, wxT("invalid value for timer timeour") );
|
||||
wxCHECK_MSG( m_milli > 0, false, wxT("invalid value for timer timeout") );
|
||||
|
||||
m_id = ::SetTimer
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user