]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mutexlck.tex
say that EVT_TEXT_ENTER requires wxTE_PROCESS_ENTER to be set (closes bug 659948)
[wxWidgets.git] / docs / latex / wx / mutexlck.tex
index b0be0556c1b64e549fe34a405f1b93d798659247..5fa53b7354c2f8f9720b781b80a75351ba7efe36 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.
 
@@ -33,7 +33,7 @@ successfully locked.
 
 \func{}{\destruct{wxMutexLocker}}{\void}
 
-Destuctor releases the mutex if it was successfully acquired in the ctor.
+Destructor releases the mutex if it was successfully acquired in the ctor.
 
 \membersection{wxMutexLocker::IsOk}\label{wxmutexlockerisok}