summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:48:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:12 +0200
commit7328e577e297924ba9cdfc2498f84b1d17d603d4 (patch)
tree9155d0e47d3a1f71838e4cb20987d45022959f8d /sd
parente5a05de95004a9ec3b569282ab7fbd9a1828cfd4 (diff)
typo: stoped -> stopped
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/OutlinerIterator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx
index 338f8fb1db48..3d502f44c60d 100644
--- a/sd/inc/OutlinerIterator.hxx
+++ b/sd/inc/OutlinerIterator.hxx
@@ -80,7 +80,7 @@ enum IteratorType {SELECTION,SINGLE_VIEW,DOCUMENT};
<code>Iterator(pDocument,pViewShell,true,BEGIN)</code> for some document
and view shell. This iterator can then be compared against
<code>Iterator(pDocument,pViewShell,true,END)</code>. On equality the
- iteration should be stoped without evaluating the iterator: The position
+ iteration should be stopped without evaluating the iterator: The position
of an end iterator is not valid.</p>
*/
class Iterator