From: Jean-Marc Lasgouttes Date: Wed, 3 Jul 2024 14:23:30 +0000 (+0200) Subject: comment X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a7204098cfd3839110724ed254a73d338e9eb418;p=lyx.git comment --- diff --git a/src/Cursor.cpp b/src/Cursor.cpp index c53a7307bf..76f4be407e 100644 --- a/src/Cursor.cpp +++ b/src/Cursor.cpp @@ -2000,7 +2000,7 @@ bool Cursor::upDownInMath(bool up) } } - // try to find an inset that knows better then we, + // try to find an inset that knows better than we do if (inset().idxUpDown(*this, up)) { //lyxerr << "idxUpDown triggered" << endl; // try to find best position within this inset