summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintrospection.cpp
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/dbus/qdbusintrospection.cpp
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/dbus/qdbusintrospection.cpp')
-rw-r--r--src/dbus/qdbusintrospection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/qdbusintrospection.cpp b/src/dbus/qdbusintrospection.cpp
index a700a2a215..6e406f7616 100644
--- a/src/dbus/qdbusintrospection.cpp
+++ b/src/dbus/qdbusintrospection.cpp
@@ -195,7 +195,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtDBus
\brief Information about one interface on the bus.
- Each interface on D-Bus has an unique \a name, identifying where that interface was defined.
+ Each interface on D-Bus has a unique \a name, identifying where that interface was defined.
Interfaces may have annotations, methods, signals and properties, but none are mandatory.
*/