[LyX/master] typo

Jean-Marc Lasgouttes lasgouttes at lyx.org
Thu Apr 25 12:27:32 UTC 2024


commit af3521881c209fa0019414096334057f3b6e8c75
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Thu Apr 25 14:27:22 2024 +0200

    typo
---
 src/mathed/MathRow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mathed/MathRow.cpp b/src/mathed/MathRow.cpp
index b8d8f63d8e..4f605fa19c 100644
--- a/src/mathed/MathRow.cpp
+++ b/src/mathed/MathRow.cpp
@@ -340,7 +340,7 @@ void MathRow::draw(PainterInfo & pi, int x, int const y) const
 			if (pi.pain.develMode() && !e.inset->isBufferValid()) {
 				pi.pain.fillRectangle(x + e.before, y - g.dim.ascent(),
 				                      g.dim.width(), g.dim.height(), Color_error);
-				LYXERR0("Unset Buffer memeber in " << insetName(e.inset->lyxCode()));
+				LYXERR0("Unset Buffer member in " << insetName(e.inset->lyxCode()));
 			}
 			e.inset->draw(pi, x + e.before, y);
 			g.pos = {x, y};


More information about the lyx-cvs mailing list