]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@comcast.net>
Tue, 3 Feb 2009 21:11:05 +0000 (21:11 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 3 Feb 2009 21:11:05 +0000 (21:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28339 a592a061-630c-0410-9148-cb99ea01b6c8

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;