Angus Leeming wrote:
> 
> Garst R. Reese wrote:
> 
> > -     16    parser  Lyxlex grammer parser
> > +     16    parser  Lyxlex grammar parser
> >
> > I don't where this is, but it should be fixed. I assume the same
> > error is in 1.3
> > Garst
> 
> Yes it is. It's in debug.C, line 43 of the 1.3.x sources. Similar
> position in 1.4.x.
> 
Here's a patch for 1.4.x.
Do the changes get made automagically in the po files?

Garst
--- debug.C~    Fri May 16 11:35:15 2003
+++ debug.C     Mon Jun 23 13:15:34 2003
@@ -34,7 +34,7 @@
        { Debug::INIT,      "init",      N_("Program initialisation")},
        { Debug::KEY,       "key",       N_("Keyboard events handling")},
        { Debug::GUI,       "gui",       N_("GUI handling")},
-       { Debug::PARSER,    "parser",    N_("Lyxlex grammer parser")},
+       { Debug::PARSER,    "parser",    N_("Lyxlex grammar parser")},
        { Debug::LYXRC,     "lyxrc",     N_("Configuration files reading")},
        { Debug::KBMAP,     "kbmap",     N_("Custom keyboard definition")},
        { Debug::LATEX,     "latex",     N_("LaTeX generation/execution")},

Reply via email to