aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-01-29 18:19:55 +0100
committerpracticalswift <[email protected]>2017-01-29 18:19:55 +0100
commit5f62e3eb6381e455a1b83ab6fb368a132124d2a3 (patch)
treeeef3a02c5c59b6d75a3c35b7f3ad4cba38d9d8a7 /src/qt/guiutil.h
parentMerge #9510: [trivial] Fix typos in comments (diff)
downloaddiscoin-5f62e3eb6381e455a1b83ab6fb368a132124d2a3.tar.xz
discoin-5f62e3eb6381e455a1b83ab6fb368a132124d2a3.zip
Fix typos
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 5765b2ec4..913aa5e24 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.
*