From: Pavel Sanda Date: Sun, 28 Jun 2009 21:53:31 +0000 (+0000) Subject: typo X-Git-Tag: 2.0.0~6194 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=336164a9ced5b0e21327829adedbf350560d2623;p=features.git typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30292 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/debug.cpp b/src/support/debug.cpp index 3835c0019c..de48e0dfa6 100644 --- a/src/support/debug.cpp +++ b/src/support/debug.cpp @@ -51,7 +51,7 @@ ErrorItem errorTags[] = { { Debug::LYXSERVER, "lyxserver", N_("External control interface")}, { Debug::UNDO, "undo", N_("Undo/Redo mechanism")}, { Debug::ACTION, "action", N_("User commands")}, - { Debug::LYXLEX, "lyxlex", N_("The LyX Lexxer")}, + { Debug::LYXLEX, "lyxlex", N_("The LyX Lexer")}, { Debug::DEPEND, "depend", N_("Dependency information")}, { Debug::INSETS, "insets", N_("LyX Insets")}, { Debug::FILES, "files", N_("Files used by LyX")},