X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8795498cd9ec480873e88fccbb63b94be3eddb92..869b59fc9114983483acd4d16e86e78997d4faca:/docs/latex/wx/recguard.tex?ds=sidebyside

diff --git a/docs/latex/wx/recguard.tex b/docs/latex/wx/recguard.tex
index a02c56b653..92049cd8af 100644
--- a/docs/latex/wx/recguard.tex
+++ b/docs/latex/wx/recguard.tex
@@ -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.