]> git.saurik.com Git - wxWidgets.git/commitdiff
minor typo fixes (part of patch 1598005)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Nov 2006 18:12:43 +0000 (18:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Nov 2006 18:12:43 +0000 (18:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/animatctrl.tex

index ba36f1f97650f16dba5ef65da783aefc8ce282d4..7d0148a1555bbc860be05017be8d5f0bee4d2305 100644 (file)
@@ -80,7 +80,7 @@ all the parameters.
 
 \wxheading{Parameters}
 
-\docparam{parent}{Parent window, must not be non-\texttt{NULL}.}
+\docparam{parent}{Parent window, must be non-\NULL.}
 
 \docparam{id}{The identifier for the control.}
 
@@ -140,7 +140,7 @@ See \helpref{wxAnimation::LoadFile}{wxanimationloadfile} for more info.
 Starts playing the animation.
 The animation is always played in loop mode (unless the last frame of the animation
 has an infinite delay time) and always start from the first frame
-(even if you \helpref{atopped}{wxanimationctrlstop} it while some other frame was
+(even if you \helpref{stopped}{wxanimationctrlstop} it while some other frame was
 displayed).