commit 17c8741e2049cde4099af3d1d132da3b48e427c5
parent c22a25c22b05cd8cfdb48175c0666757d07c8eb7
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 16 Jun 2016 11:22:07 +0200
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c
@@ -1572,7 +1572,7 @@ main (int argc,
"How many coins this benchmark should instantiate", GNUNET_YES,
&GNUNET_GETOPT_set_uint, &pool_size},
{'l', "limit", "LIMIT",
- "Terminatet the benchmark after LIMIT operations", GNUNET_YES,
+ "Terminate the benchmark after LIMIT operations", GNUNET_YES,
&GNUNET_GETOPT_set_uint, &num_iterations},
GNUNET_GETOPT_OPTION_VERBOSE (&be_verbose),
GNUNET_GETOPT_OPTION_END