dbaccess/source/filter/hsqldb/fbalterparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9a72d075b7b7b8907a045016c65f04c849de842a Author: Andrea Gelmini <andrea.gelm...@gelma.net> Date: Mon Apr 16 11:25:30 2018 +0200 Fix typo Change-Id: I4e6ace300ffc19c5586d1d0371a06fca36b81080 Reviewed-on: https://gerrit.libreoffice.org/52954 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins <c...@libreoffice.org> 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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits