Correct spelling errors/word usage

All these are in the comments - no code changes
This commit is contained in:
Kurt Hindenburg
2013-01-09 22:06:11 -05:00
parent 4f888b1088
commit 7a2a5beb00
28 changed files with 52 additions and 52 deletions

View File

@@ -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"
//