summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark/taler-exchange-benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c
index 4b6465ac6..45ed28521 100644
--- 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