From 1f9aaff77b6a80390b871a666dff5fac72765d87 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 8 Jul 2008 09:24:28 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25505 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text.cpp b/src/Text.cpp index db5ce872ad..09c6f49ab1 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -640,7 +640,7 @@ bool Text::cursorBackwardOneWord(Cursor & cur) return setCursor(cur, pit - 1, getPar(pit - 1).size()); if (lyxrc.mac_like_word_movement) { - // Skip through puctuation and spaces. + // Skip through punctuation and spaces. while (pos != 0 && (par.isChar(pos - 1) || par.isSpace(pos - 1))) --pos; -- 2.39.2