aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-06 21:06:00 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-06 21:06:11 +0200
commit99cddd6954061f16571adb90fcf9f5dddf159f4e (patch)
treea961b7f273a5dbb8094259d4fc16e8a14107c801 /src
parentf13af7e7281064380def70d0b4392b4351211655 (diff)
downloadgnunet-99cddd6954061f16571adb90fcf9f5dddf159f4e.tar.gz
gnunet-99cddd6954061f16571adb90fcf9f5dddf159f4e.zip
typos
Diffstat (limited to 'src')
-rw-r--r--src/dht/gnunet_dht_profiler.c6
1 files changed, 3 insertions, 3 deletions
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,
360 const char *emsg) 360 const char *emsg)
361{ 361{
362 MESSAGE ("# Outgoing bandwidth: %llu\n", 362 MESSAGE ("# Outgoing bandwidth: %llu\n",
363 (unsigned long long) outgoing_bandwidth); 363 (unsigned long long) outgoing_bandwidth);
364 MESSAGE ("# Incoming bandwidth: %llu\n", 364 MESSAGE ("# Incoming bandwidth: %llu\n",
365 (unsigned long long) incoming_bandwidth); 365 (unsigned long long) incoming_bandwidth);
366 fprintf (stderr, 366 fprintf (stderr,
367 "Benchmark done. Collect data via gnunet-statisics, then press ENTER to exit.\n"); 367 "Benchmark done. Collect data via gnunet-statistics, then press ENTER to exit.\n");
368 getchar (); 368 getchar ();
369 GNUNET_SCHEDULER_shutdown (); 369 GNUNET_SCHEDULER_shutdown ();
370} 370}