From 0c7ad7a44c42df4156376600c3c9f353fa06e72d Mon Sep 17 00:00:00 2001 From: Shane Synan Date: Sun, 17 Sep 2017 12:54:05 -0500 Subject: [PATCH] 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. --- src/common/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1