aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppVersionManager.h
diff options
context:
space:
mode:
authormelvo <melvo@olomono.de>2021-02-17 18:53:52 +0100
committerGitHub <noreply@github.com>2021-02-17 18:53:52 +0100
commit4c609a7c69e481798ef4fd0556d40881a24c2cc6 (patch)
treef7c455a12e2b7f9d8bf33b7485a9d04d23da5f62 /src/client/QXmppVersionManager.h
parent1a0399819804d6cd86732159d5e46d8d1e453e91 (diff)
downloadqxmpp-4c609a7c69e481798ef4fd0556d40881a24c2cc6.tar.gz
Improve wording in method documentation (#330)
Diffstat (limited to 'src/client/QXmppVersionManager.h')
-rw-r--r--src/client/QXmppVersionManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppVersionManager.h b/src/client/QXmppVersionManager.h
index c336f8d2..7291c826 100644
--- a/src/client/QXmppVersionManager.h
+++ b/src/client/QXmppVersionManager.h
@@ -33,7 +33,7 @@ class QXmppVersionManagerPrivate;
/// \brief The QXmppVersionManager class makes it possible to request for
/// the software version of an entity as defined by \xep{0092}: Software Version.
///
-/// \note It's object should not be created using it's constructor. Instead
+/// \note Its object should not be created using its constructor. Instead
/// \c QXmppClient::findExtension<QXmppVersionManager>() should be used to get
/// the instantiated object of this class.
///