aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppClient.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/QXmppClient.h
parent1a0399819804d6cd86732159d5e46d8d1e453e91 (diff)
downloadqxmpp-4c609a7c69e481798ef4fd0556d40881a24c2cc6.tar.gz
Improve wording in method documentation (#330)
Diffstat (limited to 'src/client/QXmppClient.h')
-rw-r--r--src/client/QXmppClient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h
index 0afe6235..41d74287 100644
--- a/src/client/QXmppClient.h
+++ b/src/client/QXmppClient.h
@@ -73,13 +73,13 @@ class QXmppVersionManager;
/// QXmppVersionManager (software version information).
///
/// By default, the client will automatically try reconnecting to the server.
-/// You can change this a behaviour using
+/// You can change that behaviour using
/// QXmppConfiguration::setAutoReconnectionEnabled().
///
/// Not all the managers or extensions have been enabled by default. One can
/// enable/disable the managers using the functions \c addExtension() and
-/// \c removeExtension(). \c findExtension() can be used to find reference/
-/// pointer to particular instansiated and enabled manager.
+/// \c removeExtension(). \c findExtension() can be used to find a
+/// reference/pointer to a particular instantiated and enabled manager.
///
/// List of managers enabled by default:
/// - QXmppRosterManager