]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/threadh.tex
Introduced the ability to size a book control based on the currently selected page
[wxWidgets.git] / docs / latex / wx / threadh.tex
index 7dc2da77dcbaac77418f5abb7a034054cf454919..a6eb570eae701757de3af965bf21e60325fc3d11 100644 (file)
@@ -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.