From 0e072aac7a9f3d58dbee5fb3df04c50ca448b5e5 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Thu, 6 Aug 1998 20:12:56 +0000 Subject: [PATCH] * Typo fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/thread/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/thread/test.cpp b/samples/thread/test.cpp index 47149b62a7..66bf9e5a66 100644 --- a/samples/thread/test.cpp +++ b/samples/thread/test.cpp @@ -87,7 +87,7 @@ void *MyThread::Entry() TestDestroy(); text_mutex.Lock(); m_frame->m_txtctrl->WriteText(text); - text_mutex.UnLock(); + text_mutex.Unlock(); wxSleep(1); } -- 2.45.2