diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-13 16:32:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-13 16:33:16 +0200 |
commit | b8205b65d52cfd0406f4af75bb464965a7d4c201 (patch) | |
tree | 6aea9a5a8ab6c5f85bde10b3c858f4fe61bd5487 | |
parent | fb360f5f8a131383605bf301bb4d1e35dabaac65 (diff) |
fdo#45941 cursos -> cursor
Change-Id: I10ede9fe8f4694366101458a0ce82b54148cda61
-rw-r--r-- | sw/source/core/crsr/crsrsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx index 15aa2187ca96..1e11eea5fd55 100644 --- a/sw/source/core/crsr/crsrsh.cxx +++ b/sw/source/core/crsr/crsrsh.cxx @@ -276,7 +276,7 @@ void SwCrsrShell::EndAction( const sal_Bool bIdleEnd ) if( !BasicActionPend() ) { // Within a Basic action, one needs to update the cursor, - // to e.g. create the table cursos. This is being done in + // to e.g. create the table cursor. This is being done in // UpdateCrsr. UpdateCrsr( SwCrsrShell::CHKRANGE, bIdleEnd ); |