// Author: David Elliott
// Modified by:
// Created: 2002/11/27
-// RCS-ID: $Id$
// Copyright: (c) David Elliott
// Software 2000 Ltd.
// Licence: wxWindows licence
before the run loop waits and send the idle events from there.
It also has the desirable effect of only sending the wx idle events when
- the event loop is actualy going to block. If the event loop is being
+ the event loop is actually going to block. If the event loop is being
pumped manualy (e.g. like a PeekMessage) then the kCFRunLoopBeforeWaiting
observer never fires. Our Yield() method depends on this because sending
idle events from within Yield would be bad.