From 575e19ee024bd3453dc3e97bd604683e08aeec4e Mon Sep 17 00:00:00 2001 From: Max Blazejak Date: Wed, 30 May 2007 22:06:49 +0000 Subject: [PATCH] EBN fixes (includes, typos etc. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=669964 --- src/old/konsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/old/konsole.cpp b/src/old/konsole.cpp index faf3b008..836e4c89 100644 --- a/src/old/konsole.cpp +++ b/src/old/konsole.cpp @@ -1230,7 +1230,7 @@ bool Konsole::queryClose() */ //Implementation note: setColLin() works by intructing the terminal display widget -//to resize itself to accomodate the specified number of lines and columns, and then resizes +//to resize itself to accommodate the specified number of lines and columns, and then resizes //the Konsole window to its sizeHint(). void Konsole::setColLin(int columns, int lines)