summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-09-10 12:51:15 +0200
committerJulien Nabet <serval2412@yahoo.fr>2016-09-10 11:23:33 +0000
commit1c6596af456e4cb98784a0728bcb936d3b1f9d0d (patch)
tree772d94bbbd3891f91919fbd7575dee04cc9ef964 /dbaccess
parent78ea29d51a23bf75f5753fae68ab8abe1072bbef (diff)
Typo: (un)kown->(un)known
Change-Id: I7455c928293cd8d2d2ff16aa85fe02c9a54959d2 Reviewed-on: https://gerrit.libreoffice.org/28801 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/DExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx
index afcfb55375f2..b5430b0cb4fc 100644
--- a/dbaccess/source/ui/misc/DExport.cxx
+++ b/dbaccess/source/ui/misc/DExport.cxx
@@ -540,7 +540,7 @@ sal_Int16 ODatabaseExport::CheckString(const OUString& aCheckToken, sal_Int16 _n
}
break;
default:
- SAL_WARN("dbaccess.ui", "ODatabaseExport: Unkown NumberFormat");
+ SAL_WARN("dbaccess.ui", "ODatabaseExport: Unknown NumberFormat");
}
}
}