summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentMarkAccess.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-03 14:44:39 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-03 21:31:48 +0200
commitdaeb754df16726aa1dc4a1167ed245d43323cea9 (patch)
tree9f57e9a33dbc07c54cf342fed17c82799491dd28 /sw/inc/IDocumentMarkAccess.hxx
parent49f176d7cae45d69754cd179fcb435dc033b3b22 (diff)
Fix typo
Change-Id: I9f92c0d2bc058e65574ffc5cc0e9a61764f86db5 Reviewed-on: https://gerrit.libreoffice.org/75051 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc/IDocumentMarkAccess.hxx')
-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,