From 4c609a7c69e481798ef4fd0556d40881a24c2cc6 Mon Sep 17 00:00:00 2001 From: melvo Date: Wed, 17 Feb 2021 18:53:52 +0100 Subject: Improve wording in method documentation (#330) --- src/client/QXmppClient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/QXmppClient.h') 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 -- cgit v1.2.3