Git commit 9fc18fb8268b4d0a4f668b560f801b4b173c57a6 by Yuri Chornoivan. Committed on 29/03/2015 at 18:06. Pushed by yurchor into branch 'master'.
Fix minor typos M +5 -5 doc/index.docbook http://commits.kde.org/labplot/9fc18fb8268b4d0a4f668b560f801b4b173c57a6 diff --git a/doc/index.docbook b/doc/index.docbook index 5d6c286..f166672 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -85,7 +85,7 @@ Features: <listitem><para>Export of spreadsheet to an ASCII-file</para></listitem> <listitem><para>Worksheet as the main parent object for plots, labels etc., supports different layouts and zooming functions</para></listitem> <listitem><para>Export of worksheet to different formats (pdf, eps, png and svg)</para></listitem> -<listitem><para>Great variety of editing capabilities for proporties of worksheet and its objects</para></listitem> +<listitem><para>Great variety of editing capabilities for properties of worksheet and its objects</para></listitem> <listitem><para>Cartesian plots, created either from imported or manually created data sets or via mathematical equation</para></listitem> <listitem><para>Definition of mathematical formulas is supported by syntax-highlighting and completion and by the list of thematicaly grouped mathematical and physical constants and functions</para></listitem> <listitem><para>Analysis of plotted data is supported by many zooming and navigation features</para></listitem> @@ -141,7 +141,7 @@ be created to bring in more structure into the project. The Project Explorer is the main part of &LabPlot; aimed to handle its objects. </para> <para> - You can access the action list for an object by clicking with the &RMB; on its item in the Project Explorer list. The content of the list depends on the tpype of the clicked object. + You can access the action list for an object by clicking with the &RMB; on its item in the Project Explorer list. The content of the list depends on the type of the clicked object. </para> <para> The list of objects can be filtered using the <guilabel>Search/Filter</guilabel> bar. Just enter the search or filtering term and &LabPlot; would filter out those objects in the list whose name does not contain the term. The filtering can be made case sensitive or matching just whole words by clicking on <guibutton>Options</guibutton> button. @@ -744,7 +744,7 @@ The &LabPlot; parser allows you to use following functions: <row><entry>ln(x)</entry><entry><action>Logarithm, base e</action></entry></row> <row><entry>log(x)</entry><entry><action>Logarithm, base e</action></entry></row> <row><entry>log10(x)</entry><entry><action>Logarithm, base 10</action></entry></row> -<row><entry>logb(x)</entry><entry><action>Radix-independant exponent</action></entry></row> +<row><entry>logb(x)</entry><entry><action>Radix-independent exponent</action></entry></row> <row><entry>log1p(x)</entry><entry><action>log(1+x)</action></entry></row> <row><entry>pow(x,y)</entry><entry><action>power function</action></entry></row> <row><entry>rint(x)</entry><entry><action>round to nearest integer</action></entry></row> @@ -1143,7 +1143,7 @@ For more information about this constants see the documentation of GSL. <row><entry>rad</entry><entry><action>The absorbed dose of 1 rad</action></entry></row> <row><entry>N</entry><entry><action>The force of 1 newton</action></entry></row> <row><entry>dyne</entry><entry><action>The force of 1 dyne</action></entry></row> -<row><entry>J</entry><entry><action>The energey of 1 joule</action></entry></row> +<row><entry>J</entry><entry><action>The energy of 1 joule</action></entry></row> <row><entry>erg</entry><entry><action>The energy of 1 erg</action></entry></row> </tbody></tgroup></informaltable> @@ -1549,7 +1549,7 @@ The standard way is to use <menuchoice><guimenu>File</guimenu><guimenuitem>Expor <qandaentry> <question> -<para>How do I use greek letters for title, axes label, &etc;?</para> +<para>How do I use Greek letters for title, axes label, &etc;?</para> </question> <answer> <para>
