]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCollapsable.cpp
Typo.
[features.git] / src / insets / InsetCollapsable.cpp
index 3d8c402ffbc10ae2738370157aafe35803fe9e8e..db1844a76849f454ae8ff46da976130241ddd662 100644 (file)
@@ -776,7 +776,7 @@ int InsetCollapsable::latex(odocstream & os,
 {
        // FIXME: What should we do layout_ is 0?
        // 1) assert
-       // 2) through an error
+       // 2) throw an error
        if (!layout_)
                return 0;