]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/config.tex
typos and other doc corrections from Olly Betts (patch 573738)
[wxWidgets.git] / docs / latex / wx / config.tex
index d8e9f3b3023db35eeadbdfaa7ea5b459b1ea7c12..0a44bd3fd2941a6cc6779ebf81a9c51a3386e9be 100644 (file)
@@ -187,7 +187,7 @@ config file. All functions here return FALSE when there are no more items.
 
 You must pass the same index to GetNext and GetFirst (don't modify it).
 Please note that it is {\bf not} the index of the current item (you will have
-some great surprizes with wxRegConfig if you assume this) and you shouldn't
+some great surprises with wxRegConfig if you assume this) and you shouldn't
 even look at it: it is just a "cookie" which stores the state of the
 enumeration. It can't be stored inside the class because it would prevent you
 from running several enumerations simultaneously, that's why you must pass it