]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
typo/spelling fixes (patch 983448)
[wxWidgets.git] / include / wx / thread.h
index c9fe01b71f3fd299199903d1e5f5760b0e6d1f8f..6c92c2c425dbf76af09aa966e6aa7da9a97cef4e 100644 (file)
@@ -281,7 +281,7 @@ private:
 #undef wxCRITSECT_IS_MUTEX
 
 // wxCriticalSectionLocker is the same to critical sections as wxMutexLocker is
-// to th mutexes
+// to mutexes
 class WXDLLIMPEXP_BASE wxCriticalSectionLocker
 {
 public:
@@ -405,7 +405,7 @@ private:
 };
 
 // ----------------------------------------------------------------------------
-// wxThread: class encpasulating a thread of execution
+// wxThread: class encapsulating a thread of execution
 // ----------------------------------------------------------------------------
 
 // there are two different kinds of threads: joinable and detached (default)