Summary: | typos in kxsldbg handbook | ||
---|---|---|---|
Product: | [Websites] docs.kde.org | Reporter: | Ludovic Grossard <grossard> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ludovic Grossard
2004-12-14 16:47:14 UTC
CVS commit by philrod: Fixed typos BUG:95152 M +1 -1 index.docbook 1.5 M +1 -1 kxsldbg_inspector.docbook 1.4 M +7 -5 kxsldbg_mainwindow.docbook 1.5 --- kdewebdev/doc/kxsldbg/index.docbook #1.4:1.5 @@ -122,5 +122,5 @@ <listitem> <para> -Redenders the text in the main window using the Kate libraries +Renders the text in the main window using the &kate; libraries </para> </listitem> --- kdewebdev/doc/kxsldbg/kxsldbg_inspector.docbook #1.3:1.4 @@ -26,5 +26,5 @@ <guimenuitem>Show inspectors</guimenuitem> </menuchoice> -menu item. Then click on the Breakpointstab. See below for an example. +menu item. Then click on the Breakpoints tab. See below for an example. </para> --- kdewebdev/doc/kxsldbg/kxsldbg_mainwindow.docbook #1.4:1.5 @@ -30,12 +30,14 @@ <para> -The state of a given breakpoints is indicated via the relavent text with a different background color. -You can choose the color desired : see the <guimenu>Settings</guimenu>-><guimenuitem>Configure Editor</guimenuitem> -> <guilabel>Colors</guilabel> - dialog.</para> +The state of a given breakpoint is indicated via the relevant text with a different background color. +You can choose the color desired: see the +<menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure +Editor</guimenuitem></menuchoice> dialog, on the +<guilabel>Colors</guilabel> page.</para> <para>You can set, disable or delete a breakpoint using keys, the <guimenu>Debug</guimenu> menu or the buttons on the tool bar.</para> -<para>You can move the cursor arround the text using the following keys:</para> +<para>You can move the cursor around the text using the following keys:</para> <simplelist> @@ -224,5 +226,5 @@ <para> Proceed to the next instruction at the same call stack depth. This is -useful for stepping over a <emphasis>xsl:appply-templates</emphasis> or +useful for stepping over a <emphasis>xsl:apply-templates</emphasis> or <emphasis>xsl:call-template</emphasis>. </para> |