[gnumeric] Fixed typos



commit 11756fa3ebfdc2794cd7ac5b8c43b5c0434916ea
Author: Marek Černocký <marek manet cz>
Date:   Mon Feb 6 20:41:25 2017 +0100

    Fixed typos

 doc/C/analysis-statistical.xml |    6 +++---
 doc/C/extending-python.xml     |   11 +++++------
 doc/C/files-saving.xml         |    2 +-
 doc/C/files-textsave.xml       |    2 +-
 4 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/doc/C/analysis-statistical.xml b/doc/C/analysis-statistical.xml
index 9c532c7..fb17ba1 100644
--- a/doc/C/analysis-statistical.xml
+++ b/doc/C/analysis-statistical.xml
@@ -1626,7 +1626,7 @@
 </example>
 
   <figure id="smoothing-example-6">
-    <title>Exponential Smoothing Tool Options (Additive Holt-Winters))</title>
+    <title>Exponential Smoothing Tool Options (Additive Holt-Winters)</title>
     <screenshot>
        <mediaobject>
             <imageobject>
@@ -2360,7 +2360,7 @@
   </figure>
 
  <example id="usingpcanalysistool">
- <title>Using the Principal Component Analysis Tool Tool</title>
+ <title>Using the Principal Component Analysis Tool</title>
  <para>
     Suppose you want to perform a principal component analysis on the data
     given in <xref linkend="pcanalysis-example-1" /> having the two dimensions (factors) 
@@ -2596,7 +2596,7 @@
      this directly into the entry or clicking in the entry field and 
      then selecting the range on the sheet.</para></listitem>
      <listitem><para> Select the <quote><guibutton>Labels</guibutton></quote>
-     option since the first row contains a label. (see 
+     option since the first row contains a label (see 
      <xref linkend="normality-example-2" />).</para></listitem>
      <listitem><para> On the test tab of the dialog
      (see <xref linkend="normality-example-3" />) select the
diff --git a/doc/C/extending-python.xml b/doc/C/extending-python.xml
index 663d367..b37d178 100644
--- a/doc/C/extending-python.xml
+++ b/doc/C/extending-python.xml
@@ -265,7 +265,7 @@
                   <emphasis>$root</emphasis> <literal>dpkg -i
                   gnum*deb</literal> (presuming you don't have other
                   .deb packages beginning with "gnum" lying around
-                  here.
+                  here).
                 </para>
               </step>
 
@@ -276,7 +276,7 @@
             <para>
               You may or may not want to remove those .deb files now:
               <emphasis>$root</emphasis> <literal>rm
-              gnum*deb</literal>)
+              gnum*deb</literal>
             </para>
            </step>
        </procedure>
@@ -515,7 +515,7 @@ git://git.gnome.org/gnumeric gnumeric-head</literal></para></step>
             <para>
               <literal>gnumeric --version</literal> to make sure you
               get the right version name for the following. (You'll
-              have to do this for every new version of Gnumeric!).
+              have to do this for every new version of Gnumeric!)
             </para>
           </step>
 
@@ -605,8 +605,7 @@ git://git.gnome.org/gnumeric gnumeric-head</literal></para></step>
 'GnumericErrorNA', 'GnumericErrorNAME', 'GnumericErrorNULL',
 'GnumericErrorNUM', 'GnumericErrorRECALC', 'GnumericErrorREF',
 'GnumericErrorVALUE', 'MStyle', 'Range', 'TRUE', '__doc__',
-'__name__', <co id="functions"></co>'functions', 'plugin_info', 'workbook_new', 'workbooks'] 
-
+'__name__', <co id="functions"></co>'functions', 'plugin_info', 'workbook_new', 'workbooks']
       </programlisting>
 
       <calloutlist>
@@ -682,7 +681,7 @@ TypeError: Range() argument 1 must be CellPos, not tuple
 
r.get_tuple()
 (3, 7, 3, 7)
-         </programlisting>
+       </programlisting>
 
          <para>If you
                evaluate in the context of a plugin (rather than in Default), then
diff --git a/doc/C/files-saving.xml b/doc/C/files-saving.xml
index ca2e5fb..f64748b 100644
--- a/doc/C/files-saving.xml
+++ b/doc/C/files-saving.xml
@@ -248,7 +248,7 @@
                cutting,
                <keycombo><keysym>Ctrl</keysym><keysym>x</keysym></keycombo>,
                or pasting,
-               <keycombo><keysym>Ctrl</keysym><keysym>x</keysym></keycombo>,
+               <keycombo><keysym>Ctrl</keysym><keysym>v</keysym></keycombo>,
                all work. The dialog uses filename matching to guess
                file names based on the files already in the parent
                folder.
diff --git a/doc/C/files-textsave.xml b/doc/C/files-textsave.xml
index ea09bbd..d53bb92 100644
--- a/doc/C/files-textsave.xml
+++ b/doc/C/files-textsave.xml
@@ -294,7 +294,7 @@
                    </para>
                    <para>
                      This button allows the user to select a character
-                     to use as a line separator. The "Custom" type
+                     to use as a value separator. The "Custom" type
                      will active the text entry area to allow the
                      user to determine a particular character or
                      character sequence to use to delimit data


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]