From b0cd8d03dfeb3a1ea5c38bdc64bf3c555ce1f1a8 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 30 Mar 2016 09:17:52 +0000 Subject: [PATCH] - doxygen --- src/cadet/gnunet-service-cadet_connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.25.1