From 99cddd6954061f16571adb90fcf9f5dddf159f4e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 May 2018 21:06:00 +0200 Subject: typos --- src/dht/gnunet_dht_profiler.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dht') diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c index 12e99f65d..bc75b67f5 100644 --- a/src/dht/gnunet_dht_profiler.c +++ b/src/dht/gnunet_dht_profiler.c @@ -360,11 +360,11 @@ bandwidth_stats_cont (void *cls, const char *emsg) { MESSAGE ("# Outgoing bandwidth: %llu\n", - (unsigned long long) outgoing_bandwidth); + (unsigned long long) outgoing_bandwidth); MESSAGE ("# Incoming bandwidth: %llu\n", - (unsigned long long) incoming_bandwidth); + (unsigned long long) incoming_bandwidth); fprintf (stderr, - "Benchmark done. Collect data via gnunet-statisics, then press ENTER to exit.\n"); + "Benchmark done. Collect data via gnunet-statistics, then press ENTER to exit.\n"); getchar (); GNUNET_SCHEDULER_shutdown (); } -- cgit v1.2.3