diff options
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/Client/Client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/Client.h b/Swiften/Client/Client.h index 5b11688..be4881a 100644 --- a/Swiften/Client/Client.h +++ b/Swiften/Client/Client.h @@ -51,7 +51,7 @@ namespace Swift { /** * Constructs a client for the given JID with the given password. * - * \param jid The JID to be used for the login. If only a bare + * \param jid The JID to be used for the login. If only a bare * JID is give the server will be asked to generate a resource. * \param password The password used for login given as a \ref SafeString. * \param networkFactories The network factories that are used |