From b9daeb01a26d21f1801d2b4c861eb3d59c886949 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 28 Jan 2016 15:45:16 +0200 Subject: spelling Change-Id: Ide111b7b8826d966e29df6a802b434ef1c12b56e --- include/svtools/genericunodialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools') diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx index 3ba669fef55e..15ebdec6be15 100644 --- a/include/svtools/genericunodialog.hxx +++ b/include/svtools/genericunodialog.hxx @@ -121,7 +121,7 @@ namespace svt virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) throw(css::uno::Exception, css::uno::RuntimeException, std::exception) override; protected: - /** create the concret dialog instance. note that m_aMutex is not locked when this method get's called, + /** create the concrete dialog instance. note that m_aMutex is not locked when this method get's called, but the application-wide solar mutex is (to guard the not thread-safe ctor of the dialog). @param pParent the parent window for the new dialog */ -- cgit