Bug 95152 - typos in kxsldbg handbook
Summary: typos in kxsldbg handbook
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 16:47 UTC by Ludovic Grossard
Modified: 2004-12-23 13:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ludovic Grossard 2004-12-14 16:47:14 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

I found some typo in the kxsldbg handbook:

kxsldbg.po:
&kxsldbg; can now
Redenders the text in the main window using the Kate libraries

Redenders -> Render?

---
kxsldbg_kxsldbg_mainwindow.po:
The state of a given breakpoints is indicated via the relavent text with a 
different background color

relavent -> relevant?
Comment 1 Philip Rodrigues 2004-12-23 13:11:09 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>