]> git.lyx.org Git - features.git/commitdiff
tex2lyx/text.cpp: fix 2 typos
authorUwe Stöhr <uwestoehr@web.de>
Wed, 26 Oct 2011 13:37:11 +0000 (13:37 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 26 Oct 2011 13:37:11 +0000 (13:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40011 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/text.cpp

index 966534c0090ea1aa1cf0bcbbe4532683bbdf950c..d6b22bcc667e21f55bedce12cd410ea6ec82b8b0 100644 (file)
@@ -2437,9 +2437,9 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
                        if (t.cs() == "phantom")
                                begin_inset(os, "Phantom Phantom\n");
                        if (t.cs() == "hphantom")
-                               begin_inset(os, "Phantom Hhantom\n");
+                               begin_inset(os, "Phantom HPhantom\n");
                        if (t.cs() == "vphantom")
-                               begin_inset(os, "Phantom Vhantom\n");
+                               begin_inset(os, "Phantom VPhantom\n");
                        os << "status open\n";
                        parse_text_in_inset(p, os, FLAG_ITEM, outer, context);
                        end_inset(os);