]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/critsect.tex
typos and other doc corrections from Olly Betts (patch 573738)
[wxWidgets.git] / docs / latex / wx / critsect.tex
index 0851745cd818528e7cab78b85d899f900d62b672..2451e97d04012e8a4dab6b32f9c3723cb6bcc5f6 100644 (file)
@@ -1,7 +1,7 @@
 \section{\class{wxCriticalSection}}\label{wxcriticalsection}
 
 A critical section object is used for the same exactly purpose as 
-\helpref{mutexes}{wxMutex}. The only difference is that under Windows platform
+\helpref{mutexes}{wxmutex}. The only difference is that under Windows platform
 critical sections are only visible inside one process, while mutexes may be
 shared between processes, so using critical sections is slightly more
 efficient. The terminology is also slightly different: mutex may be locked (or
@@ -39,7 +39,7 @@ Default constructor initializes critical section object.
 
 \func{}{\destruct{wxCriticalSection}}{\void}
 
-Destructor frees the ressources.
+Destructor frees the resources.
 
 \membersection{wxCriticalSection::Enter}\label{wxcriticalsectionenter}