commit a7204098cfd3839110724ed254a73d338e9eb418
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Wed Jul 3 16:23:30 2024 +0200

    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
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to