X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b1eea6ab80e1e4802b909ad128c9f00d15fe95b..58fda45507ec59ab5a6e89436ccff29023db9871:/docs/latex/wx/crtslock.tex

diff --git a/docs/latex/wx/crtslock.tex b/docs/latex/wx/crtslock.tex
index 50bdef73d2..2bdc6a33dc 100644
--- a/docs/latex/wx/crtslock.tex
+++ b/docs/latex/wx/crtslock.tex
@@ -9,7 +9,7 @@ and difficult to debug problems).
 Example of using it:
 
 \begin{verbatim}
-void SetFoo()
+void Set Foo()
 {
     // gs_critSect is some (global) critical section guarding access to the
     // object "foo"
@@ -41,6 +41,10 @@ None.
 
 <wx/thread.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxCriticalSection}{wxcriticalsection}, 
@@ -59,5 +63,5 @@ Constructs a wxCriticalSectionLocker object associated with given
 
 \func{}{\destruct{wxCriticalSectionLocker}}{\void}
 
-Destuctor leaves the critical section.
+Destructor leaves the critical section.