diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:25:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-17 15:15:39 +0200 |
commit | 9a72d075b7b7b8907a045016c65f04c849de842a (patch) | |
tree | 51945c5de73c44fc0dd8a26ef173a92e33b1fd31 | |
parent | 5fa6a79864af82c9d60ddef0d618106a8214e431 (diff) |
Fix typo
Change-Id: I4e6ace300ffc19c5586d1d0371a06fca36b81080
Reviewed-on: https://gerrit.libreoffice.org/52954
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
-rw-r--r-- | dbaccess/source/filter/hsqldb/fbalterparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/filter/hsqldb/fbalterparser.cxx b/dbaccess/source/filter/hsqldb/fbalterparser.cxx index 80bf72b2e635..d0b0db3de7a5 100644 --- a/dbaccess/source/filter/hsqldb/fbalterparser.cxx +++ b/dbaccess/source/filter/hsqldb/fbalterparser.cxx @@ -26,7 +26,7 @@ OUString FbAlterStmtParser::compose() const { if (getActionType() == AlterAction::UNKNOWN) { - SAL_WARN("dbaccess", "Unkown type of ALTER statement in FbAlterStmtParser"); + SAL_WARN("dbaccess", "Unknown type of ALTER statement in FbAlterStmtParser"); return OUString{}; } else if (getActionType() == AlterAction::ADD_FOREIGN) |