From 0efccc0d229b757ae2880aaac53a85b9194bf0c4 Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Sat, 29 Oct 2011 22:15:29 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40080 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 6b78bf0ca8..a171cd1a1e 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1201,7 +1201,7 @@ void LyXAction::init() { LFUN_PRIMARY_SELECTION_PASTE, "primary-selection-paste", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_SELECTION_PASTE - * \li Action: Pastes the the internal selection text in permanent selection. + * \li Action: Pastes the internal selection text in permanent selection. * \li Notion: Created in order to have middle mouse button pasting correct (bound to command-alternatives selection-paste ; primary-selection-paste paragraph). * \li Syntax: selection-paste