]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/eventfilter.h
Refactor wxGTK IM-related code to allow future modifications.
[wxWidgets.git] / interface / wx / eventfilter.h
index 4138f1fbb32a63c9af124cd80ee63217f27b2d4a..5cb0ef837047336c660b4c6aeead95453f94e49c 100644 (file)
@@ -121,7 +121,7 @@ public:
 
         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
 
         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
 
         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