commit 2b1791641f8df0b880807f66cbee91b953bf1e01
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Thu Feb 13 14:20:43 2014 +0100

    Fix various typos in LFUNs.lyx

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 48c3f97..279f58b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -171,7 +171,7 @@ The following LyX functions have been changed:
   LFUN_PARAGRAPH_BREAK ("paragraph-break").
 
 - LFUN_COPY_LABEL_AS_REF ("copy-label-as-reference") has been renamed to
-  LFUN_LABEL_COPY_AS_REF ("label-copy-as-reference").
+  LFUN_LABEL_COPY_AS_REFERENCE ("label-copy-as-reference").
 
 
 The following LyX key bindings have been changed:
diff --git a/development/tools/gen_lfuns.py b/development/tools/gen_lfuns.py
index e8a9106..f4dfb43 100755
--- a/development/tools/gen_lfuns.py
+++ b/development/tools/gen_lfuns.py
@@ -364,7 +364,7 @@ def write_sections(file,lfuns):
         "Edit":  "Editing Functions (Cursor and Mouse Movement, Copy/Paste 
etc.)",
         "Math":  "Math Editor Functions",
         "Buffer":  "Buffer Fuctions (File and Window related)",
-        "System":  "System Funtions (Preferences, LyX Server etc.)",
+        "System":  "System Functions (Preferences, LyX Server etc.)",
         "Hidden":  "Hidden Functions (not listed for configuration)"
         }
         # write the lfuns to the file
diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx
index dfccd1f..b0ac9f4 100644
--- a/lib/doc/LFUNs.lyx
+++ b/lib/doc/LFUNs.lyx
@@ -1038,7 +1038,7 @@ Origin Levon, 16 Oct 2002
 changes-output
 \end_layout
 \begin_layout Description
-Action Toggles showing of change tracking in typesetted output.
+Action Toggles showing of change tracking in typeset output.
 \end_layout
 \begin_layout Description
 Syntax changes-output
@@ -1221,7 +1221,7 @@ Origin AAS, 97-02-23
 clipboard-paste
 \end_layout
 \begin_layout Description
-Action Pastes text from the active clipboard (retains formatting if the 
clipboard contains formatted text). Pastes plain text if plain text is on the 
clipboard, but tries to interpret it in special ways for certain insets, e.g. 
converting csv data to rows and colums if tha paste happens in a tabular inset.
+Action Pastes text from the active clipboard (retains formatting if the 
clipboard contains formatted text). Pastes plain text if plain text is on the 
clipboard, but tries to interpret it in special ways for certain insets, e.g. 
converting csv data to rows and columns if the paste happens in a tabular inset.
 \end_layout
 \begin_layout Description
 Notion Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of 
LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source is 
the clipboard, not the selection.
@@ -1240,7 +1240,7 @@ Origin Georg, 10 Jul 2006
 clipboard-paste-simple
 \end_layout
 \begin_layout Description
-Action Pastes plain text from the active clipboard even if formatted LyX 
content is in the clipboard. Pastes plain text if plain text is on the 
clipboard, without trying to interpret it in special ways for certain insets, 
e.g. converting csv data to rows and colums if the paste happens in a tabular 
inset.
+Action Pastes plain text from the active clipboard even if formatted LyX 
content is in the clipboard. Pastes plain text if plain text is on the 
clipboard, without trying to interpret it in special ways for certain insets, 
e.g. converting csv data to rows and columns if the paste happens in a tabular 
inset.
 \end_layout
 \begin_layout Description
 Syntax clipboard-paste-simple [<ARG>]
@@ -5088,7 +5088,7 @@ Origin Abdel, 21 Oct 2006
 \end_layout
 
 \begin_layout Section
-System Funtions (Preferences, LyX Server etc.)
+System Functions (Preferences, LyX Server etc.)
 \end_layout
 \begin_layout Subsection*
 buffer-toggle-output-sync
@@ -5268,7 +5268,7 @@ meta-prefix
 Action Simulate halting Meta key (Alt key on PCs).
 \end_layout
 \begin_layout Description
-Notion Used for buffer editation not for GUI control.
+Notion Used for buffer edition not for GUI control.
 \end_layout
 \begin_layout Description
 Syntax meta-prefix
diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index 6c21429..5b35524 100644
--- a/src/LyXAction.cpp
+++ b/src/LyXAction.cpp
@@ -1225,7 +1225,7 @@ void LyXAction::init()
  * \li Action: Pastes text from the active clipboard (retains formatting if the
                clipboard contains formatted text). Pastes plain text if plain 
text is
                on the clipboard, but tries to interpret it in special ways for 
certain
-               insets, e.g. converting csv data to rows and colums if tha 
paste happens
+               insets, e.g. converting csv data to rows and columns if the 
paste happens
                in a tabular inset.
  * \li Notion: Historically, LFUN_CLIPBOARD_PASTE was introduced as a 
counterpart of
                LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but 
the source
@@ -1261,7 +1261,7 @@ void LyXAction::init()
                LyX content is in the clipboard. Pastes plain text if plain text
                is on the clipboard, without trying to interpret it in special
                ways for certain insets, e.g. converting csv data to rows and
-               colums if the paste happens in a tabular inset.
+               columns if the paste happens in a tabular inset.
  * \li Syntax: clipboard-paste-simple [<ARG>]
  * \li Params: <ARG>: "paragraph" will cause pasting as one paragraph, i.e. 
"Join lines".
  * \endvar
@@ -2300,7 +2300,7 @@ void LyXAction::init()
                { LFUN_CHANGES_TRACK, "changes-track", Noop, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_CHANGES_OUTPUT
- * \li Action: Toggles showing of change tracking in typesetted output.
+ * \li Action: Toggles showing of change tracking in typeset output.
  * \li Syntax: changes-output
  * \li Origin: jspitzm, 21 Jan 2005
  * \endvar
@@ -3385,7 +3385,7 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_META_PREFIX
  * \li Action: Simulate halting Meta key (Alt key on PCs).
- * \li Notion: Used for buffer editation not for GUI control.
+ * \li Notion: Used for buffer edition not for GUI control.
  * \li Syntax: meta-prefix
  * \endvar
  */

Reply via email to