From 336164a9ced5b0e21327829adedbf350560d2623 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 28 Jun 2009 21:53:31 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30292 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")},