summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
authorDouglas Mencken <dougmencken@gmail.com>2014-08-25 07:16:18 -0400
committerNoel Grandin <noelgrandin@gmail.com>2014-08-26 01:24:08 -0500
commitdf1b30925050dc6774b52d4bfabb0fb552930896 (patch)
tree568b314dbb663d7f87727c277a7ee07747e03aae /dbaccess/source/ui/inc
parent310a852e012ecfc10e813bea64438c1a862bb2c0 (diff)
fix typo: Mesage -> Message
Change-Id: Id101590f915699b6ddd9822cd249a9a46d6e144a Reviewed-on: https://gerrit.libreoffice.org/11107 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 02557530cf32..671bdc943e60 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -407,7 +407,7 @@ namespace dbaui
void showColumnTypeNotSupported(const OUString& _rColumnName);
void removeColumnNameFromNameMap(const OUString& _sName);
- void showError(const OUString& _sErrorMesage);
+ void showError(const OUString& _sErrorMessage);
void showError(const ::com::sun::star::uno::Any& _aError);
};
}