diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-06 10:05:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-05-07 12:45:36 +0200 |
commit | fbd414741157b969924318462ebfcfb5ccf4d3dc (patch) | |
tree | b870499ce98153af72233f67d2322c95d678d590 /sw/inc | |
parent | 3d4938d2d8dc18c7b741efe90686f55f524fcfe2 (diff) |
Fix typos
To complete commit 076758857a98
Change-Id: I6424109e3aee8a3236e40168bdd98c725a7afafb
Reviewed-on: https://gerrit.libreoffice.org/37306
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/crsrsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index e67f91263e37..30d3bff5e60a 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -274,7 +274,7 @@ protected: inline SwMoveFnCollection const & MakeFindRange( SwDocPositions, SwDocPositions, SwPaM* ) const; /* - * Compare-Methode for the StackCursor and the current Cursor. + * Compare-Method for the StackCursor and the current Cursor. * The Methods return -1, 0, 1 for lower, equal, greater. */ int CompareCursorStackMkCurrPt() const; |