From f7eb8ae9d9cce3e493105da98cc4ace9c56a3062 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 15:28:34 +0100 Subject: Fix typos Change-Id: Ieea40e1b7282267157810f9f58ca083e68ae6715 Reviewed-on: https://gerrit.libreoffice.org/35659 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- unoxml/source/dom/attr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml') 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; } -- cgit