]> git.lyx.org Git - lyx.git/commitdiff
typo
authorPavel Sanda <sanda@lyx.org>
Sun, 28 Jun 2009 21:53:31 +0000 (21:53 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 28 Jun 2009 21:53:31 +0000 (21:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30292 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/debug.cpp

index 3835c0019c73a1b1a0b6c12114abbc3d60600d07..de48e0dfa6b645f0ae7758eb831f6f09032bad97 100644 (file)
@@ -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")},