summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/attr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/attr.cxx')
-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 d6ee2ef72b84..fa8eb9af9791 100644
--- a/unoxml/source/dom/attr.cxx
+++ b/unoxml/source/dom/attr.cxx
@@ -139,7 +139,7 @@ namespace DOM
sal_Bool SAL_CALL CAttr::getSpecified()
throw (RuntimeException, std::exception)
{
- // FIXME if this DOM implemenatation supported DTDs it would need
+ // FIXME if this DOM implementation supported DTDs it would need
// to check that this attribute is not default or something
return sal_True;
}