From b8205b65d52cfd0406f4af75bb464965a7d4c201 Mon Sep 17 00:00:00 2001
From: Miklos Vajna <vmiklos@suse.cz>
Date: Sat, 13 Apr 2013 16:32:58 +0200
Subject: fdo#45941 cursos -> cursor

Change-Id: I10ede9fe8f4694366101458a0ce82b54148cda61
---
 sw/source/core/crsr/crsrsh.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 );
 
-- 
cgit