summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/asynceventnotifier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.cxx b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
index 92799c711ff4..c30de36759a0 100644
--- a/fpicker/source/win32/filepicker/asynceventnotifier.cxx
+++ b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
@@ -54,7 +54,7 @@ CAsyncEventNotifier::CAsyncEventNotifier(cppu::OBroadcastHelper& rBroadcastHelpe
CAsyncEventNotifier::~CAsyncEventNotifier()
{
- OSL_ENSURE(nullptr == m_hThread,"Thread not stopped, destroying this instance leads to desaster");
+ OSL_ENSURE(nullptr == m_hThread,"Thread not stopped, destroying this instance leads to disaster");
CloseHandle(m_hEvents[0]);
CloseHandle(m_hEvents[1]);