diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:23:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:45 +0200 |
commit | ee67ff6e1aee2889aacd112e2c6a064936db513b (patch) | |
tree | 522ad33357a5e7f037581e15335dcddbcde1dea8 /sw | |
parent | 722f9e01839ec27a5a6e7fcac91abdc5dca16d76 (diff) |
typo: recusive -> recursive
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/acccontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/acccontext.cxx b/sw/source/core/access/acccontext.cxx index 2bc5eb49cb34..0e2c5910d46b 100644 --- a/sw/source/core/access/acccontext.cxx +++ b/sw/source/core/access/acccontext.cxx @@ -337,7 +337,7 @@ void SwAccessibleContext::ScrolledOut( const SwRect& rOldVisArea ) // First of all, update the children. That's required to dispose // all children that are existing only if they are visible. They - // are not disposed by the recusive Dispose call that follows later on, + // are not disposed by the recursive Dispose call that follows later on, // because this call will only dispose children that are in the // new vis area. The children we want to dispode however are in the // old vis area all. |