Bug 112289

Summary: TYPO: Spelling error in the KTurtle documentation
Product: [Websites] docs.kde.org Reporter: Brian Beck <brian.beck>
Component: generalAssignee: Documentation Editorial Team <kde-doc-english>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Brian Beck 2005-09-09 06:51:12 UTC
Version:           0.6 (using KDE KDE 3.4.2)
Installed from:    Debian testing/unstable Packages
OS:                Linux

In the KTurtle Handbook Revision 0.6 (2004-11-8) on the "Features of KTurtle" page there is a spelling error.  The following line...
The execution can be slown down, paused or stopped at any time.

ought to read like this...
The execution can be slowed, paused, or stopped at any time.

Thanks.
Comment 1 Jes Hall 2005-09-27 07:47:35 UTC
SVN commit 464364 by jhall:

Fix up a little typo.
BUG:112289

 M  +1 -1      index.docbook  


--- branches/KDE/3.5/kdeedu/doc/kturtle/index.docbook #464363:464364
@@ -93,7 +93,7 @@
 An integrated &logo; interpreter (no extra dependencies) that uses XML files for the command translations, supports user defined functions and dynamic type switching.
 </para></listitem>
 <listitem><para>
-The execution can be slown down, paused or stopped at any time.
+The execution can be slowed down, paused or stopped at any time.
 </para></listitem>
 <listitem><para>
 A powerful editor for the &logo; commands with intuitive syntax highlighting, line numbering and more.