diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-29 18:19:55 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-29 18:19:55 +0100 |
commit | 5f62e3eb6381e455a1b83ab6fb368a132124d2a3 (patch) | |
tree | eef3a02c5c59b6d75a3c35b7f3ad4cba38d9d8a7 /src/qt/guiutil.h | |
parent | 0fea960ca917b73aff853fe88476174c8a313863 (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 5765b2ec4a..913aa5e24b 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -140,7 +140,7 @@ namespace GUIUtil * 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 - * interactively or programatically. + * interactively or programmatically. * * This helper object takes care of this issue. * |