From cc23297b2dbd910dd0af7f017f9126f5704ff125 Mon Sep 17 00:00:00 2001 From: jcfp Date: Sat, 27 May 2017 09:59:19 +0200 Subject: [PATCH] fix typo in --rand-pareto-h description --- src/sb_rand.c | 2 +- tests/t/opt_help.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sb_rand.c b/src/sb_rand.c index 70bc4ae..e0561f9 100644 --- a/src/sb_rand.c +++ b/src/sb_rand.c @@ -60,7 +60,7 @@ static sb_arg_t rand_args[] = SB_OPT("rand-seed", "seed for random number generator. When 0, the current time is " "used as a RNG seed.", "0", INT), - SB_OPT("rand-pareto-h", "parameter h for pareto distibution", "0.2", DOUBLE), + SB_OPT("rand-pareto-h", "parameter h for pareto distribution", "0.2", DOUBLE), SB_OPT_END }; diff --git a/tests/t/opt_help.t b/tests/t/opt_help.t index 039ffd9..93826f3 100644 --- a/tests/t/opt_help.t +++ b/tests/t/opt_help.t @@ -39,7 +39,7 @@ separately. --rand-spec-pct=N percentage of values to be treated as 'special' (for special distribution) [1] --rand-spec-res=N percentage of 'special' values to use (for special distribution) [75] --rand-seed=N seed for random number generator. When 0, the current time is used as a RNG seed. [0] - --rand-pareto-h=N parameter h for pareto distibution [0.2] + --rand-pareto-h=N parameter h for pareto distribution [0.2] Log options: --verbosity=N verbosity level {5 - debug, 0 - only critical messages} [3]