summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/IDocumentMarkAccess.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx
index 207c91caae37..31dd74f9f443 100644
--- a/sw/inc/IDocumentMarkAccess.hxx
+++ b/sw/inc/IDocumentMarkAccess.hxx
@@ -79,7 +79,7 @@ class IDocumentMarkAccess
iterator& operator=(iterator && rOther);
~iterator();
- // FIXME unfortuntately there's a requirement on input iterator
+ // FIXME unfortunately there's a requirement on input iterator
// and forward iterator to return reference, which isn't
// possible because we have to return a temp value;
// let's try value_type instead, perhaps it's sufficient,