mirror of
https://github.com/KDE/konsole.git
synced 2026-06-15 09:18:59 -04:00
Correct spelling errors/word usage
All these are in the comments - no code changes
This commit is contained in:
@@ -324,7 +324,7 @@ TabbedViewContainer::TabbedViewContainer(NavigationPosition position , QObject*
|
||||
connect(_newTabButton, SIGNAL(clicked()), this, SIGNAL(newViewRequest()));
|
||||
connect(_closeTabButton, SIGNAL(clicked()), this, SLOT(closeCurrentTab()));
|
||||
|
||||
// Combin tab bar and 'new/close tab' buttons
|
||||
// Combine tab bar and 'new/close tab' buttons
|
||||
_tabBarLayout = new QHBoxLayout;
|
||||
_tabBarLayout->setSpacing(0);
|
||||
_tabBarLayout->setContentsMargins(0, 0, 0, 0);
|
||||
@@ -493,7 +493,7 @@ void TabbedViewContainer::startTabDrag(int tab)
|
||||
removeView(view);
|
||||
break;
|
||||
case Qt::IgnoreAction:
|
||||
// The IgroreAction is used by the tabbar to indicate the
|
||||
// The IgnoreAction is used by the tabbar to indicate the
|
||||
// special case of dropping one tab into its existing position.
|
||||
// So nothing need to do here.
|
||||
break;
|
||||
@@ -502,7 +502,7 @@ void TabbedViewContainer::startTabDrag(int tab)
|
||||
}
|
||||
} else {
|
||||
// if the tab is dragged onto something that does not accept this
|
||||
// drop(for example, a different application or a differnt konsole
|
||||
// drop(for example, a different application or a different konsole
|
||||
// process), then detach the tab to achieve the effect of "dragging tab
|
||||
// out of current window and into its own window"
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user