]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.cpp
GuiBox: fix bug 3242 http://bugzilla.lyx.org/show_bug.cgi?id=3242:
[features.git] / src / insets / InsetTabular.cpp
index 7ced6e3c2a8695fe91f135abbacd208990c29c13..7a86b240f0ad37c5f7fa72a1f981d3337570125c 100644 (file)
@@ -430,7 +430,7 @@ bool getTokenValue(string const & str, char const * token, bool & flag)
 
 bool getTokenValue(string const & str, char const * token, Length & len)
 {
-       // set the lenght to be zero() as default as this it should be if not
+       // set the length to be zero() as default as this it should be if not
        // in the file format.
        len = Length();
        string tmp;