X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d06e061dc11140151be2914c30c759ee15e3fe7..760f0fc2f4b875beb06e5ecd6d69b891d8360efe:/docs/latex/wx/threadh.tex diff --git a/docs/latex/wx/threadh.tex b/docs/latex/wx/threadh.tex index 7dc2da77dc..a6eb570eae 100644 --- a/docs/latex/wx/threadh.tex +++ b/docs/latex/wx/threadh.tex @@ -16,7 +16,7 @@ Ordinarily, a \helpref{wxThread}{wxthread} derived object would be created with the calculation code implemented in \helpref{wxThread::Entry}{wxthreadentry}. To access the inputs to the calculation, the frame object would often to pass a pointer to itself to the -thread object. Similiarly, the frame object would hold a pointer to the +thread object. Similarly, the frame object would hold a pointer to the thread object. Shared data and synchronization objects could be stored in either object though the object without the data would have to access the data through a pointer.