Git commit ff781c74276a3aadd2538e4afcd57ab880196dd2 by Yuri Chornoivan. Committed on 31/12/2013 at 16:34. Pushed by yurchor into branch 'master'.
Fix minor typos in docs M +1 -1 docbook/kst/alternatehtml/alternate-index.html M +1 -1 docbook/kst/creatingplugins-chapter.docbook M +1 -1 docbook/kst/plugins-chapter.docbook http://commits.kde.org/kst-plot/ff781c74276a3aadd2538e4afcd57ab880196dd2 diff --git a/docbook/kst/alternatehtml/alternate-index.html b/docbook/kst/alternatehtml/alternate-index.html index 156a381..ea35fe2 100644 --- a/docbook/kst/alternatehtml/alternate-index.html +++ b/docbook/kst/alternatehtml/alternate-index.html @@ -2360,7 +2360,7 @@ stored in the same order as the arrays in <tt>outArrays[]</tt>. The array of output scalars. The scalars should be in the same order they are listed in the XML file. </p></dd></dl></div></li><li><p> -The function must return <tt>0</tt> if it executed succesfully, and +The function must return <tt>0</tt> if it executed successfully, and <tt>-1</tt> otherwise. </p></li><li><p> The code for the object file must handle unexpected inputs, such as empty input arrays diff --git a/docbook/kst/creatingplugins-chapter.docbook b/docbook/kst/creatingplugins-chapter.docbook index b28c52b..7825c2c 100644 --- a/docbook/kst/creatingplugins-chapter.docbook +++ b/docbook/kst/creatingplugins-chapter.docbook @@ -188,7 +188,7 @@ listed in the XML file. <listitem> <para> -The function must return <literal>0</literal> if it executed succesfully, and +The function must return <literal>0</literal> if it executed successfully, and <literal>-1</literal> otherwise. </para> </listitem> diff --git a/docbook/kst/plugins-chapter.docbook b/docbook/kst/plugins-chapter.docbook index 0d48722..f3118ec 100644 --- a/docbook/kst/plugins-chapter.docbook +++ b/docbook/kst/plugins-chapter.docbook @@ -13,7 +13,7 @@ with the exception of additional convenience dialog functionality accessible fro <para> By default, the built-in plugins are stored in <filename>/usr/lib/kde3/kstplugins/</filename> (this directory may vary, depending on where you installed &kst;). The Plugin Manager can be used to add -and remove plugins. It can be acccessed by selecting <guimenuitem>Plugins...</guimenuitem> +and remove plugins. It can be accessed by selecting <guimenuitem>Plugins...</guimenuitem> from the <guimenu>Settings</guimenu> menu. A list of the currently installed plugins is displayed in the Plugin Manager. </para>
