From 9a72d075b7b7b8907a045016c65f04c849de842a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 16 Apr 2018 11:25:30 +0200 Subject: Fix typo Change-Id: I4e6ace300ffc19c5586d1d0371a06fca36b81080 Reviewed-on: https://gerrit.libreoffice.org/52954 Reviewed-by: Julien Nabet Tested-by: Jenkins --- dbaccess/source/filter/hsqldb/fbalterparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') 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) -- cgit