summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:28:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:57:18 +0000
commitf7eb8ae9d9cce3e493105da98cc4ace9c56a3062 (patch)
tree8ed42a0937013d927bbbb75afa62caa9866c15a6 /unoxml
parent3c7652203cc381e5c8c06d42130ca3bae5576fd2 (diff)
Fix typos
Change-Id: Ieea40e1b7282267157810f9f58ca083e68ae6715 Reviewed-on: https://gerrit.libreoffice.org/35659 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/attr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/attr.cxx b/unoxml/source/dom/attr.cxx
index 9f0f7c8c5b67..39cb53230c9a 100644
--- a/unoxml/source/dom/attr.cxx
+++ b/unoxml/source/dom/attr.cxx
@@ -64,7 +64,7 @@ namespace DOM
pNs = xmlSearchNsByHref(pNode->doc, pNode, pUri);
// if (!pNs) hmm... now what? throw?
if (!pNs) {
- SAL_WARN("unoxml", "CAtttr: cannot create namespace");
+ SAL_WARN("unoxml", "CAttr: cannot create namespace");
}
return pNs;
}