]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/recguard.tex
Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
[wxWidgets.git] / docs / latex / wx / recguard.tex
index a02c56b653935c4ea3302a1da62598ebe487dc40..92049cd8afbed89ce9b45d01efc9d2e51332f0de 100644 (file)
@@ -12,7 +12,7 @@
 \section{\class{wxRecursionGuard}}\label{wxrecursionguard}
 
 wxRecursionGuard is a very simple class which can be used to prevent reentrancy
-problems in a function. It is not thread-safe and so should be used only in the
+problems in a function. It is not thread-safe and so should be used only in
 single-threaded programs or in combination with some thread synchronization
 mechanisms.