summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:50:35 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:14 +0200
commit7de86e695a3ac3068d5bafc0e03c1f8dc09dcdac (patch)
tree0e58c7d4296da3052b72482ad017bead74c2a006 /sd
parent39b26e4466182cad1411c256719ad9b903eb6d79 (diff)
typo: caling -> calling
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 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);