X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d06e061dc11140151be2914c30c759ee15e3fe7..4179da8a81ee3110e2a8b5615e1a4f8c8b75a16b:/docs/latex/wx/thread.tex?ds=sidebyside diff --git a/docs/latex/wx/thread.tex b/docs/latex/wx/thread.tex index 8bac6f84bd..4cf259e208 100644 --- a/docs/latex/wx/thread.tex +++ b/docs/latex/wx/thread.tex @@ -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.