From a7204098cfd3839110724ed254a73d338e9eb418 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 3 Jul 2024 16:23:30 +0200 Subject: [PATCH] comment --- src/Cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5