aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-07 12:59:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-07 12:59:55 +0000
commit4f7e937ba42837f19d6f636c9052e1f0e42eca4b (patch)
treeea5a6ea73f3c77872dc371a2bf05468999227104
parentd223287dc8b74ad5189d10e04a517f89d3f1cb19 (diff)
downloadgnunet-4f7e937ba42837f19d6f636c9052e1f0e42eca4b.tar.gz
gnunet-4f7e937ba42837f19d6f636c9052e1f0e42eca4b.zip
-typo
-rw-r--r--src/testbed/gnunet-testbed-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index 3bddfac09..99efa6741 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -713,7 +713,7 @@ run (void *cls, char *const *args, const char *cfgfile,
713 num_hosts = GNUNET_TESTBED_hosts_load_from_file (args[0], &hosts); 713 num_hosts = GNUNET_TESTBED_hosts_load_from_file (args[0], &hosts);
714 if (0 == num_hosts) 714 if (0 == num_hosts)
715 { 715 {
716 fprintf (stderr, _("No hosts loaded. Need atleast one host\n")); 716 fprintf (stderr, _("No hosts loaded. Need at least one host\n"));
717 return; 717 return;
718 } 718 }
719 for (nhost = 0; nhost < num_hosts; nhost++) 719 for (nhost = 0; nhost < num_hosts; nhost++)