]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/app.tex
another patch bring the docs more up to date (patch 1717776)
[wxWidgets.git] / docs / latex / wx / app.tex
index 1c50ac52ebc0872ef456ed21c1a8f612aaa7b4a6..d29ee9d6db8046fdf01a1da2787d0deeff310fe8 100644 (file)
@@ -238,7 +238,7 @@ to do it.
 Returns \true if the main event loop is currently running, i.e. if the
 application is inside \helpref{OnRun}{wxapponrun}.
 
-This can be useful to test whether the events can be dispatched. For example,
+This can be useful to test whether events can be dispatched. For example,
 if this function returns \false, non-blocking sockets cannot be used because
 the events from them would never be processed.