]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/conditn.tex
change configure to better detect gstreamer. Check create is valid in mediaplayer...
[wxWidgets.git] / docs / latex / wx / conditn.tex
index c14e7e5f6f4c10c84684e22a495d451e284a159a..2549e477f6c4945b1373dab5a0b9af06335ad006 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}
 
@@ -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.