mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 20:26:45 -04:00
Correct spelling errors/word usage
All these are in the comments - no code changes
This commit is contained in:
@@ -736,7 +736,7 @@ void ViewManager::viewDestroyed(QWidget* view)
|
||||
updateDetachViewState();
|
||||
}
|
||||
// The below causes the menus to be messed up
|
||||
// Only happenss when using the tab bar close button
|
||||
// Only happens when using the tab bar close button
|
||||
// if (_pluggedController)
|
||||
// emit unplugController(_pluggedController);
|
||||
}
|
||||
@@ -791,7 +791,7 @@ void ViewManager::applyProfileToView(TerminalDisplay* view , const Profile::Ptr
|
||||
else if (scrollBarPosition == Enum::ScrollBarHidden)
|
||||
view->setScrollBarPosition(Enum::ScrollBarHidden);
|
||||
|
||||
// show hint about termianl size after resizing
|
||||
// show hint about terminal size after resizing
|
||||
view->setShowTerminalSizeHint(profile->showTerminalSizeHint());
|
||||
|
||||
// terminal features
|
||||
|
||||
Reference in New Issue
Block a user