diff --git a/src/motif/evtloop.cpp b/src/motif/evtloop.cpp index c2b0f367e4..428493abcc 100644 --- a/src/motif/evtloop.cpp +++ b/src/motif/evtloop.cpp @@ -121,7 +121,7 @@ int wxGUIEventLoop::DoRun() return exitcode; } -void wxGUIEventLoop::SchduleExit(int rc) +void wxGUIEventLoop::ScheduleExit(int rc) { wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") );