[kst-plot] docbook/kst: Fix minor typos (round 2)

Yuri Chornoivan null at kde.org
Fri Mar 23 17:40:04 UTC 2018


Git commit a0031ab4c053f6d08ba9a02c2d98cf706ec216c3 by Yuri Chornoivan.
Committed on 23/03/2018 at 17:39.
Pushed by yurchor into branch 'master'.

Fix minor typos (round 2)

M  +4    -4    docbook/kst/data-chapter.docbook
M  +1    -1    docbook/kst/saving-chapter.docbook
M  +1    -1    docbook/kst/tutorial.docbook

https://commits.kde.org/kst-plot/a0031ab4c053f6d08ba9a02c2d98cf706ec216c3

diff --git a/docbook/kst/data-chapter.docbook b/docbook/kst/data-chapter.docbook
index d7b9d635..93775f8e 100644
--- a/docbook/kst/data-chapter.docbook
+++ b/docbook/kst/data-chapter.docbook
@@ -76,7 +76,7 @@ As well as the explicit data fields in a data file, &kst; implicitly creates an
 <sect2 id="creatingascii">
 <title>ASCII Input Files</title>
 <para>
-&kst; is capable of reading vectors from a wide range of ASCII formats.  As long as the data are in columns, and as long as each non-comment row has the same number of collumns, &kst; can probably read it.
+&kst; is capable of reading vectors from a wide range of ASCII formats.  As long as the data are in columns, and as long as each non-comment row has the same number of columns, &kst; can probably read it.
 </para>
 <para>
   Consider reading this simple ASCII csv file:  each comma separated column represents a field. 
@@ -160,7 +160,7 @@ icon in the tool bar.
   Items can also be deleted from this dialog by selecting them and clicking <guibutton>Delete</guibutton>.  This will delete the selected item and all items which depend on it.  So if you delete a vector, all curves, spectra, histograms, or equations that depend on it will also be deleted.  Be careful, because this can not be undone.
 </para>
 <para>
-  Clicking <guibutton>Purge</guibutton> will remove all undisplayed data objects.  If deleting an object (and everthing that depends on it) will not change any plots or labels, then it is deleted.  Nothing that is displayed is deleted.  This can not be undone.
+  Clicking <guibutton>Purge</guibutton> will remove all undisplayed data objects.  If deleting an object (and everything that depends on it) will not change any plots or labels, then it is deleted.  Nothing that is displayed is deleted.  This can not be undone.
 </para>
 
 </sect1>
@@ -251,7 +251,7 @@ Vectors are ordered lists of numbers.  They are used as the inputs to Data Objec
 <itemizedlist>
 <listitem>
 <para>
-  Data Vectors aquire their data from Data Sources (ie, data files).  They can be created from the <guimenuitem>Vector</guimenuitem> option in the <guimenu>Create</guimenu> menu, or by selecting the
+  Data Vectors acquire their data from Data Sources (ie, data files).  They can be created from the <guimenuitem>Vector</guimenuitem> option in the <guimenu>Create</guimenu> menu, or by selecting the
   
 <inlinemediaobject>
 <imageobject>
@@ -895,7 +895,7 @@ Matrices are two dimensional tables of numbers.  They can be used as the inputs
 <itemizedlist>
 <listitem>
 <para>
-  Data Matrices aquire their data from Data Sources (ie, data files).  They can be created from the <guimenuitem>Matrix</guimenuitem> option in the <guimenu>Create</guimenu> menu, or by selecting the
+  Data Matrices acquire their data from Data Sources (ie, data files).  They can be created from the <guimenuitem>Matrix</guimenuitem> option in the <guimenu>Create</guimenu> menu, or by selecting the
   
 <inlinemediaobject>
 <imageobject>
diff --git a/docbook/kst/saving-chapter.docbook b/docbook/kst/saving-chapter.docbook
index a3902a51..0a54c84a 100644
--- a/docbook/kst/saving-chapter.docbook
+++ b/docbook/kst/saving-chapter.docbook
@@ -34,7 +34,7 @@
 
     <listitem>
     <para>
-      Copy Tab Image: A bitmap image of the current tab contents can be saved to the clipbard for pasting into an other application by Selecting <guimenuitem>Copy Tab Image</guimenuitem> from the <guimenu>Edit</guimenu>.  The image will have the dimensions (in pixels) of the tab in the kst window.
+      Copy Tab Image: A bitmap image of the current tab contents can be saved to the clipboard for pasting into an other application by Selecting <guimenuitem>Copy Tab Image</guimenuitem> from the <guimenu>Edit</guimenu>.  The image will have the dimensions (in pixels) of the tab in the kst window.
     </para>
   </listitem>
 
diff --git a/docbook/kst/tutorial.docbook b/docbook/kst/tutorial.docbook
index a06ac2f9..b573103c 100644
--- a/docbook/kst/tutorial.docbook
+++ b/docbook/kst/tutorial.docbook
@@ -103,7 +103,7 @@ Ascii File Options - for ascii files only: these are all sticky
       --asciiReadUnits <Line>  Read units from line <Line>
       --asciiNoUnits           Do not read units
       --asciiSpaceDelim        Columns are Space/tab delimited
-      --asciiDelim <char>      Columns are dlimited with <char>
+      --asciiDelim <char>      Columns are delimited with <char>
       --asciiFixedWidth <w>    Columns have width <w>
       --asciiNoFixedWidth      Columns are delimited, not fixed width
       --asciiDecimalDot        Use a . as a decimal separator (ie, 10.1)


More information about the kde-doc-english mailing list