// Purpose: wxEventFilter class documentation
// Author: Vadim Zeitlin
// Created: 2011-11-21
-// RCS-ID: $Id$
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
This method allows to filter all the events processed by the program,
so you should try to return quickly from it to avoid slowing down the
- program to the crawl.
+ program to a crawl.
Although the return type of this method is @c int, this is only due to
backwards compatibility concerns and the actual return value must be