From 6d96643709856bd59c47e7cca2b40636435a40f8 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Sat, 8 Jul 2017 19:50:21 +0000 Subject: [PATCH] -very unimportant typo fixed --- src/util/common_logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/common_logging.c b/src/util/common_logging.c index 33edb9b1a..3e71fa476 100644 --- a/src/util/common_logging.c +++ b/src/util/common_logging.c @@ -1159,7 +1159,7 @@ GNUNET_h2s (const struct GNUNET_HashCode * hc) * Convert a hash to a string (for printing debug messages). * This is one of the very few calls in the entire API that is * NOT reentrant! Identical to #GNUNET_h2s(), except that another - * buffer is used so both #GNUNET_h2s() and #GNUNET_i2s2() can be + * buffer is used so both #GNUNET_h2s() and #GNUNET_h2s2() can be * used within the same log statement. * * @param hc the hash code -- 2.25.1