X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a05fd8d137bbe26acd4f86adf6d62c55424822c..cdfb1ae1bcacb8327589a09e6a67f8fc1ef5a82e:/docs/latex/wx/autoobj.tex

diff --git a/docs/latex/wx/autoobj.tex b/docs/latex/wx/autoobj.tex
index bfb0d2e6d3..526e05873c 100644
--- a/docs/latex/wx/autoobj.tex
+++ b/docs/latex/wx/autoobj.tex
@@ -92,7 +92,7 @@ Gets the IDispatch pointer.
 \constfunc{bool}{GetInstance}{\param{const wxString\&}{ classId}}
 
 Retrieves the current object associated with a class id, and attaches the IDispatch pointer
-to this object. Returns TRUE if a pointer was succesfully retrieved, FALSE otherwise.
+to this object. Returns TRUE if a pointer was successfully retrieved, FALSE otherwise.
 
 Note that this cannot cope with two instances of a given OLE object being active simultaneously,
 such as two copies of Excel running. Which object is referenced cannot currently be specified.