diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 966534c009..d6b22bcc66 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -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);