[LyX/master] comment
Jean-Marc Lasgouttes
lasgouttes at lyx.org
Wed Jul 3 14:23:35 UTC 2024
commit a7204098cfd3839110724ed254a73d338e9eb418
Author: Jean-Marc Lasgouttes <lasgouttes at 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
More information about the lyx-cvs
mailing list