]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed a typo
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Dec 2002 00:06:20 +0000 (00:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Dec 2002 00:06:20 +0000 (00:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mouseevt.tex

index a26d2b4c76174e098e052a9c44112fa28942978c..ee5dc36b934b1c4065d620c5d8be2f27bcf00ca6 100644 (file)
@@ -16,7 +16,7 @@ time.
 
 {\bf NB:} Note the difference between methods like
 \helpref{LeftDown}{wxmouseeventleftdown} and
-\helpref{LeftIsDown}{wxmouseeventleftisdown}: the format returns {\tt TRUE}
+\helpref{LeftIsDown}{wxmouseeventleftisdown}: the former returns {\tt TRUE}
 when the event corresponds to the left mouse button click while the latter
 returns {\tt TRUE} if the left mouse button is currently being pressed. For
 example, when the user is dragging the mouse you can use