From: Shane Synan Date: Sun, 17 Sep 2017 17:54:05 +0000 (-0500) Subject: common: Fix typo in Network::capAvailable() docs X-Git-Tag: travis-deploy-test~191 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=0c7ad7a44c42df4156376600c3c9f353fa06e72d common: Fix typo in Network::capAvailable() docs In Network::capAvailable(), fix typo of "guarentee" -> "guarantee". This doesn't have any impact on running code, but should still be fixed. Thanks to @justJanne for finding this. Closes GH-300. --- diff --git a/src/common/network.h b/src/common/network.h index 8a810216..38e1883c 100644 --- a/src/common/network.h +++ b/src/common/network.h @@ -295,7 +295,7 @@ public : * * These results aren't valid if the network is disconnected or capability negotiation hasn't * happened, and some servers might not correctly advertise capabilities. Don't treat this as - * a guarentee. + * a guarantee. * * @param[in] capability Name of capability * @returns True if connected and advertised by the server, otherwise false