]> git.lyx.org Git - lyx.git/commitdiff
comment
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Jul 2024 14:23:30 +0000 (16:23 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Jul 2024 14:23:30 +0000 (16:23 +0200)
src/Cursor.cpp

index c53a7307bfaac21b8e2757fa94820fd950a8a0c4..76f4be407e8fb7c51eb08e33786e4bf186736000 100644 (file)
@@ -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