aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-18 04:48:58 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-18 04:48:58 +0000
commit68ca8e952d332b505db3c1dbd84078305fa15410 (patch)
treef9e612da9d8b6ce7a82235dddae6cd02e97c55b2 /src/peerinfo
parent16a9103e5ae9bfc4065a84bb990421694c39d123 (diff)
downloadgnunet-68ca8e952d332b505db3c1dbd84078305fa15410.tar.gz
gnunet-68ca8e952d332b505db3c1dbd84078305fa15410.zip
typos
Diffstat (limited to 'src/peerinfo')
-rwxr-xr-xsrc/peerinfo/perf_peerinfo_api.c6
1 files 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 ()
178 "-c", "test_peerinfo_api_data.conf", NULL); 178 "-c", "test_peerinfo_api_data.conf", NULL);
179#endif 179#endif
180 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 180 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
181 argv, "test-peerinfo-api", "nohelp", 181 argv, "perf-peerinfo-api", "nohelp",
182 options, &run, &ok); 182 options, &run, &ok);
183 fprintf (stderr, 183 fprintf (stderr,
184 "Received %u/%u calls before timeout\n", 184 "Received %u/%u calls before timeout\n",
@@ -201,7 +201,7 @@ main (int argc, char *argv[])
201{ 201{
202 int ret = 0; 202 int ret = 0;
203 203
204 GNUNET_log_setup ("test_peerinfo_api", 204 GNUNET_log_setup ("perf_peerinfo_api",
205#if DEBUG_PEERINFO 205#if DEBUG_PEERINFO
206 "DEBUG", 206 "DEBUG",
207#else 207#else
@@ -213,4 +213,4 @@ main (int argc, char *argv[])
213 return ret; 213 return ret;
214} 214}
215 215
216/* end of test_peerinfo_hammer.c */ 216/* end of perf_peerinfo_api.c */