]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/texcept.tex
Whole bunch of minor doc updates from an external patch.
[wxWidgets.git] / docs / latex / wx / texcept.tex
index 8c5e8fe771b3c187579b6981cda7151b21085914..d7bf87a531bacb9cf827af13cce416dfac48e70b 100644 (file)
@@ -14,7 +14,7 @@
 \subsection{Introduction}\label{exceptionintroduction}
 
 wxWidgets had been started long before the exceptions were introduced in C++ so
-it is not very surprizing that it is not built around using them as some more
+it is not very surprising that it is not built around using them as some more
 modern C++ libraries are. For instance, the library doesn't throw exceptions to
 signal about the errors. Moreover, up to (and including) the version 2.4 of
 wxWidgets, even using the exceptions in the user code was dangerous because the