summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qhexstring_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-10-05 09:04:36 +0200
committerKai Koehne <kai.koehne@qt.io>2017-10-11 18:44:57 +0000
commitf6cca6ab8a6055a0bc3a32d4c7943679972fb9ea (patch)
tree54141e1e87cb0167a88e36bca76d6241391dd058 /src/gui/util/qhexstring_p.h
parent8ac9addd946637401e4685c6e91d1a3cd5b2d768 (diff)
Replace 'an unique' with 'a unique'
Unique begins with a "y" sound, hence a unique is correct. Change-Id: I9eb6b4d4c9ddab45af931e97c041c24edf163eca Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/gui/util/qhexstring_p.h')
-rw-r--r--src/gui/util/qhexstring_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qhexstring_p.h b/src/gui/util/qhexstring_p.h
index 511eec0f1b..d30a8eeee8 100644
--- a/src/gui/util/qhexstring_p.h
+++ b/src/gui/util/qhexstring_p.h
@@ -59,7 +59,7 @@
QT_BEGIN_NAMESPACE
-// internal helper. Converts an integer value to an unique string token
+// internal helper. Converts an integer value to a unique string token
template <typename T>
struct HexString
{