typos
authorChristian Grothoff <christian@grothoff.org>
Sun, 6 May 2018 19:06:00 +0000 (21:06 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 6 May 2018 19:06:11 +0000 (21:06 +0200)
src/dht/gnunet_dht_profiler.c

index 12e99f65d356d6ad01cf794ba81d45f0a07deb57..bc75b67f5f9228fabe391eefac793a6c1ebd20aa 100644 (file)
@@ -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 ();
 }