From 973481a4ffe80a1439cf16a9af6b849e8578044f Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 20 Nov 2012 13:30:52 +0100 Subject: [PATCH] typos --- src/tex2lyx/text.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index cdef9148af..af811e297a 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -640,7 +640,7 @@ void output_command_layout(ostream & os, Parser & p, bool outer, p.get_token(); // eat '[' // FIXME: Just a workaround. InsetArgument::updateBuffer // will compute a proper ID for all "999" Arguments - // (which ia also what lyx2lyx produces). + // (which is also what lyx2lyx produces). // However, tex2lyx should be able to output proper IDs // itself. begin_inset(os, "Argument 999\n"); @@ -658,7 +658,7 @@ void output_command_layout(ostream & os, Parser & p, bool outer, p.get_token(); // eat '{' // FIXME: Just a workaround. InsetArgument::updateBuffer // will compute a proper ID for all "999" Arguments - // (which ia also what lyx2lyx produces). + // (which is also what lyx2lyx produces). // However, tex2lyx should be able to output proper IDs // itself. begin_inset(os, "Argument 999\n"); @@ -1630,7 +1630,7 @@ void parse_environment(Parser & p, ostream & os, bool outer, } // FIXME: Just a workaround. InsetArgument::updateBuffer // will compute a proper ID for all "999" Arguments - // (which ia also what lyx2lyx produces). + // (which is also what lyx2lyx produces). // However, tex2lyx should be able to output proper IDs // itself. begin_inset(os, "Argument 999\n"); @@ -1652,7 +1652,7 @@ void parse_environment(Parser & p, ostream & os, bool outer, } // FIXME: Just a workaround. InsetArgument::updateBuffer // will compute a proper ID for all "999" Arguments - // (which ia also what lyx2lyx produces). + // (which is also what lyx2lyx produces). // However, tex2lyx should be able to output proper IDs // itself. begin_inset(os, "Argument 999\n"); -- 2.39.2