summaryrefslogtreecommitdiffstats
path: root/src/oauth/qabstractoauth2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/oauth/qabstractoauth2.cpp')
-rw-r--r--src/oauth/qabstractoauth2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oauth/qabstractoauth2.cpp b/src/oauth/qabstractoauth2.cpp
index 1ef13f7..8a36df5 100644
--- a/src/oauth/qabstractoauth2.cpp
+++ b/src/oauth/qabstractoauth2.cpp
@@ -103,7 +103,7 @@ QT_BEGIN_NAMESPACE
\fn QAbstractOAuth2::error(const QString &error, const QString &errorDescription, const QUrl &uri)
Signal emitted when the server responds to the request with an
- error: \a error is the name of the error; \a description describes
+ error: \a error is the name of the error; \a errorDescription describes
the error and \a uri is an optional URI containing more
information about the error.
*/