let me introduce: typo of the year "the the"

mostly seen as
"the the" -> "the"
"the the" -> "to the"
and in its best case
"a the the" -> "" :)

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864814
This commit is contained in:
Frederik Schwarzer
2008-09-25 15:05:22 +00:00
parent e512edacd5
commit ebbdfe6968
4 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ void ViewContainer::viewDestroyed(QObject* object)
_navigation.remove(widget);
// FIXME This can result in ViewContainerSubClass::removeViewWidget() being
// called after the the widget's parent has been deleted or partially deleted
// called after the widget's parent has been deleted or partially deleted
// in the ViewContainerSubClass instance's destructor.
//
// Currently deleteLater() is used to remove child widgets in the subclass