[Libreoffice-commits] core.git: dbaccess/source
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Apr 17 13:16:11 UTC 2018
dbaccess/source/filter/hsqldb/fbalterparser.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a72d075b7b7b8907a045016c65f04c849de842a
Author: Andrea Gelmini <andrea.gelmini at 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 <serval2412 at yahoo.fr>
Tested-by: Jenkins <ci at 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)
More information about the Libreoffice-commits
mailing list