From 68ca8e952d332b505db3c1dbd84078305fa15410 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Sep 2010 04:48:58 +0000 Subject: [PATCH] typos --- src/peerinfo/perf_peerinfo_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c index e10b308a7..ea21b0fae 100755 --- a/src/peerinfo/perf_peerinfo_api.c +++ b/src/peerinfo/perf_peerinfo_api.c @@ -178,7 +178,7 @@ check () "-c", "test_peerinfo_api_data.conf", NULL); #endif GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, - argv, "test-peerinfo-api", "nohelp", + argv, "perf-peerinfo-api", "nohelp", options, &run, &ok); fprintf (stderr, "Received %u/%u calls before timeout\n", @@ -201,7 +201,7 @@ main (int argc, char *argv[]) { int ret = 0; - GNUNET_log_setup ("test_peerinfo_api", + GNUNET_log_setup ("perf_peerinfo_api", #if DEBUG_PEERINFO "DEBUG", #else @@ -213,4 +213,4 @@ main (int argc, char *argv[]) return ret; } -/* end of test_peerinfo_hammer.c */ +/* end of perf_peerinfo_api.c */ -- 2.25.1