summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/node.cxx')
-rw-r--r--unoxml/source/dom/node.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx
index c0c28e148c96..197512072710 100644
--- a/unoxml/source/dom/node.cxx
+++ b/unoxml/source/dom/node.cxx
@@ -952,7 +952,7 @@ namespace DOM
void SAL_CALL CNode::setNodeValue(const OUString& /*nodeValue*/)
throw (RuntimeException, DOMException, std::exception)
{
- // use specific node implememntation
+ // use specific node implementation
// if we end up down here, something went wrong
DOMException e;
e.Code = DOMExceptionType_NO_MODIFICATION_ALLOWED_ERR;