aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-02-06 12:54:02 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-02-06 14:20:05 +0100
commit986ba005eda65cf91f698cccaab792da569022f9 (patch)
tree277503a56ccd798651ca32a1e5cb693c4fd88789 /src/qt/guiutil.h
parent8d6447ecf79cd9a875552f0940098394085345e1 (diff)
parent5f62e3eb6381e455a1b83ab6fb368a132124d2a3 (diff)
Merge #9651: Fix typos
5f62e3e Fix typos (practicalswift)
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r--src/qt/guiutil.h2
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.
*