]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/conditn.tex
docstring fix
[wxWidgets.git] / docs / latex / wx / conditn.tex
index c14e7e5f6f4c10c84684e22a495d451e284a159a..ff0cfb34071ae90e00973e82b57fdeda89afd66a 100644 (file)
@@ -119,7 +119,7 @@ Default and only constructor. The {\it mutex} must be locked by the caller
 before calling \helpref{Wait}{wxconditionwait} function.
 
 Use \helpref{IsOk}{wxconditionisok} to check if the object was successfully
-intiialized.
+initialized.
 
 \membersection{wxCondition::\destruct{wxCondition}}\label{wxconditiondtor}
 
@@ -190,7 +190,7 @@ Returns {\tt wxCOND\_NO\_ERROR} on success, another value if an error occured.
 
 \membersection{wxCondition::WaitTimeout}\label{wxconditionwaittimeout}
 
-\func{wxCondError}{Wait}{\param{unsigned long}{ milliseconds}}
+\func{wxCondError}{WaitTimeout}{\param{unsigned long}{ milliseconds}}
 
 Waits until the condition is signalled or the timeout has elapsed.
 
@@ -205,6 +205,6 @@ timeout expires.
 \wxheading{Return value}
 
 Returns {\tt wxCOND\_NO\_ERROR} if the condition was signalled, 
-{\tt wxCOND\_TIMEOUT} if the timeout elapsed ebfore this happened or another
+{\tt wxCOND\_TIMEOUT} if the timeout elapsed before this happened or another
 error code from wxCondError enum.