From: Bart Polot Date: Wed, 30 Mar 2016 09:17:52 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~989 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b0cd8d03dfeb3a1ea5c38bdc64bf3c555ce1f1a8;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c index e88185b55..12c1f55a2 100644 --- a/src/cadet/gnunet-service-cadet_connection.c +++ b/src/cadet/gnunet-service-cadet_connection.c @@ -1738,7 +1738,7 @@ does_connection_exist (struct CadetConnection *conn) if (CADET_CONNECTION_READY == c->state) { /* The other peer confirmed a live connection with this path, - * why is it trying to duplicate it. */ + * why are they trying to duplicate it? */ GNUNET_STATISTICS_update (stats, "# duplicate connections", 1, GNUNET_NO); return GNUNET_YES; }