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