From e44906ca4ff721a910ffb40c14da200bbc002011 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:47:55 -0500 Subject: [PATCH] Fix typos. --- doc/en/index.docbook | 2 +- kdirstat/kpacman.cpp | 4 ++-- 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 -cd with lenghty paths - simply close that shell and open +cd with lengthy paths - simply close that shell and open a new one at the new location (type Ctrl-T. 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