]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mutexlck.tex
fixed the wrong examples of CalcScrolled/UnscrolledPosition() usage
[wxWidgets.git] / docs / latex / wx / mutexlck.tex
index b0be0556c1b64e549fe34a405f1b93d798659247..881105e11e55caa0ac20528518ca8bf7c6112dda 100644 (file)
@@ -25,7 +25,7 @@ None.
 
 \func{}{wxMutexLocker}{\param{wxMutex *}{mutex}}
 
-Constructs a wxMutexLocker object associated with mutex which must be non NULL
+Constructs a wxMutexLocker object associated with mutex which must be non-NULL
 and locks it. Call \helpref{IsLocked}{wxmutexlockerisok} to check if the mutex was
 successfully locked.