summaryrefslogtreecommitdiff
path: root/src/fqterm/fqterm_wndmgr.cpp
diff options
context:
space:
mode:
authorBoyuan Yang <073plan@gmail.com>2018-05-11 10:54:52 +0800
committerIru Cai <mytbk920423@gmail.com>2018-05-11 11:07:24 +0800
commit69a128bed130f83aadcbdebb4b5d9446686d588a (patch)
tree8f1d3671a7425eb75d0e58022732cd9d1b0f2a14 /src/fqterm/fqterm_wndmgr.cpp
parentae53eddc611459fa427db9c65f6213d3e817aa31 (diff)
downloadfqterm-69a128bed130f83aadcbdebb4b5d9446686d588a.tar.xz
Fix typo found by codespell
Diffstat (limited to 'src/fqterm/fqterm_wndmgr.cpp')
-rw-r--r--src/fqterm/fqterm_wndmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fqterm/fqterm_wndmgr.cpp b/src/fqterm/fqterm_wndmgr.cpp
index 0e90b1c..9cd6847 100644
--- a/src/fqterm/fqterm_wndmgr.cpp
+++ b/src/fqterm/fqterm_wndmgr.cpp
@@ -207,7 +207,7 @@ FQTermWindow* FQTermWndMgr::newWindow( const FQTermParam &param, FQTermConfig* c
if (count() == 1) {
termFrame_->enableMenuToolBar(true);
}
- //if no this call, the tab wont display untill you resize the window
+ //if no this call, the tab won't display until you resize the window
int idx = tabBar_->addTab(*icon, window->windowTitle());
tabBar_->updateGeometry();
tabBar_->update();