X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0a48a3f0d4c0478177c4668ba8d4aab9ba9b426..5b222f1c9e0acb63c781675555c76f6129316eb1:/docs/latex/wx/wizpage.tex diff --git a/docs/latex/wx/wizpage.tex b/docs/latex/wx/wizpage.tex index e26ff44198..456349c591 100644 --- a/docs/latex/wx/wizpage.tex +++ b/docs/latex/wx/wizpage.tex @@ -113,7 +113,7 @@ wxWizardPageSimple is the simplest possible \helpref{wxWizardPage}{wxwizardpage} implementation: it just returns the pointers given to its constructor from GetNext() and GetPrev() functions. -This makes it very easy to use the obejcts of this class in the wizards where +This makes it very easy to use the objects of this class in the wizards where the pages order is known statically - on the other hand, if this is not the case you must derive your own class from \helpref{wxWizardPage}{wxwizardpage} instead.