summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WCopyTable.cxx
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/misc/WCopyTable.cxx
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/misc/WCopyTable.cxx')
-rw-r--r--dbaccess/source/ui/misc/WCopyTable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx
index 5edbe08e8a51..755d22bbc7c4 100644
--- a/dbaccess/source/ui/misc/WCopyTable.cxx
+++ b/dbaccess/source/ui/misc/WCopyTable.cxx
@@ -1560,9 +1560,9 @@ void OCopyTableWizard::showColumnTypeNotSupported(const OUString& _rColumnName)
showError(sMessage);
}
-void OCopyTableWizard::showError(const OUString& _sErrorMesage)
+void OCopyTableWizard::showError(const OUString& _sErrorMessage)
{
- SQLExceptionInfo aInfo(_sErrorMesage);
+ SQLExceptionInfo aInfo(_sErrorMessage);
showError(aInfo.get());
}