mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
typos
This commit is contained in:
parent
7538c953a4
commit
973481a4ff
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user