summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:47:55 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:47:55 -0500
commite44906ca4ff721a910ffb40c14da200bbc002011 (patch)
tree59ca49144bcbe2572483cc520b182f1edc6ce02b
parentad9e16868f5fc88d21243db18f1a16bf1167338e (diff)
downloadkdirstat-e44906ca.tar.gz
kdirstat-e44906ca.zip
Fix typos.
-rw-r--r--doc/en/index.docbook2
-rw-r--r--kdirstat/kpacman.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index fa214ee..b69862a 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -860,7 +860,7 @@ This opens a terminal window in the directory of the selected item.
Use this to issue a few shell commands in that directory, then simply close
that shell window. You can easily open a new one in a different directory if
you need one, so you might want not to bother to repeatedly type
-<userinput>cd</userinput> with lenghty paths - simply close that shell and open
+<userinput>cd</userinput> with lengthy paths - simply close that shell and open
a new one at the new location (type <keycap>Ctrl</keycap>-<keysym>T</keysym>.
</para>
<para>
diff --git a/kdirstat/kpacman.cpp b/kdirstat/kpacman.cpp
index e973e3e..c63a584 100644
--- a/kdirstat/kpacman.cpp
+++ b/kdirstat/kpacman.cpp
@@ -147,13 +147,13 @@ KPacManAnimation::animate( TQPainter * painter,
{
p.drawPie( _pacManRect,
_mouth * 16, // arc (1/16 degrees)
- ( 360 - 2 * _mouth ) * 16 ); // arc lenght (1/16 degrees)
+ ( 360 - 2 * _mouth ) * 16 ); // arc length (1/16 degrees)
}
else
{
p.drawPie( _pacManRect,
( 180 + _mouth ) * 16, // arc (1/16 degrees)
- ( 360 - 2 * _mouth ) * 16 ); // arc lenght (1/16 degrees)
+ ( 360 - 2 * _mouth ) * 16 ); // arc length (1/16 degrees)
}
_pacManRect = TQRect( rect.x() + _pos, // x