diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:50:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:14 +0200 |
commit | 7de86e695a3ac3068d5bafc0e03c1f8dc09dcdac (patch) | |
tree | 0e58c7d4296da3052b72482ad017bead74c2a006 /sd | |
parent | 39b26e4466182cad1411c256719ad9b903eb6d79 (diff) |
typo: caling -> calling
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/OutlinerIterator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index 52a216b6791b..f9673df9b6b3 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -151,7 +151,7 @@ public: */ bool operator!= (const Iterator& rIterator); /** Reverse the direction of iteration. The position of the iterator is - not changed. Thus caling this method twice returns to the old state. + not changed. Thus calling this method twice returns to the old state. */ void Reverse (void); |