]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/thread.tex
wxURI/wxURL links in changes list.
[wxWidgets.git] / docs / latex / wx / thread.tex
index 8d16307390448da98735058b1c183249562fcd0c..4cf259e208ee68dfdb4a0bc2c006be0de01aa946 100644 (file)
@@ -62,7 +62,7 @@ The possible values for {\it kind} parameters are:
 \end{twocollist}
 
 
-\membersection{wxThread::\destruct{wxThread}}
+\membersection{wxThread::\destruct{wxThread}}\label{wxthreaddtor}
 
 \func{}{\destruct{wxThread}}{\void}
 
@@ -203,7 +203,7 @@ The following priorities are defined:
 
 Returns \true if the thread is alive (i.e. started and not terminating).
 
-Note that this function can only be saely used with joinable threads, not
+Note that this function can only be safely used with joinable threads, not
 detached ones as the latter delete themselves and so when the real thread is
 not alive any longer it is not possible to call this function neither because
 the wxThread object doesn't exist any more as well.