]> git.lyx.org Git - lyx.git/commitdiff
typo
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 25 Apr 2024 12:27:22 +0000 (14:27 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 25 Apr 2024 12:27:22 +0000 (14:27 +0200)
src/mathed/MathRow.cpp

index b8d8f63d8ec915805078ab2805840fc805d7c3ba..4f605fa19c92997207b1790083b24a315f90cc53 100644 (file)
@@ -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};