commit 4f634d2d53b13a86cdc0dba7d94e312b38775f89
Author: Scott Kostyshak <[email protected]>
Date:   Sun May 4 00:22:58 2025 +0200

    Comment typo
---
 src/insets/InsetTabular.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index 60b94cdd06..7e1211fc7e 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -1076,7 +1076,7 @@ void Tabular::insertColumn(col_type col, bool copy, 
row_type row)
                setLeftLine(i, leftLine(j));
                setRightLine(i, rightLine(j));
                // avoid creating double lines in between old and new cell, 
leaving
-               // only the left line in berween (the default when creating a 
table)
+               // only the left line in between (the default when creating a 
table)
                if (leftLine(i) && cell_info[r][col + 1].multicolumn == 
CELL_NORMAL)
                        setRightLine(j, false);
        }
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to