diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2018-03-18 16:26:45 +0200 |
---|---|---|
committer | Dimitris Apostolou <rex@MacBook-Pro-2011.local> | 2018-03-21 08:34:44 +0200 |
commit | 4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8 (patch) | |
tree | 1fc1e7662fcaeb8a9503eb80fc4038eee2da5b55 /src/qt/guiutil.h | |
parent | 00d1680498c5550e7db1f359202d3433a092fafd (diff) |
Fix typos
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r-- | src/qt/guiutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 71a69483f5..4b856986da 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -141,7 +141,7 @@ namespace GUIUtil * Makes a QTableView last column feel as if it was being resized from its left border. * Also makes sure the column widths are never larger than the table's viewport. * In Qt, all columns are resizable from the right, but it's not intuitive resizing the last column from the right. - * Usually our second to last columns behave as if stretched, and when on strech mode, columns aren't resizable + * Usually our second to last columns behave as if stretched, and when on stretch mode, columns aren't resizable * interactively or programmatically. * * This helper object takes care of this issue. |