From 73afd3f8e8793844e8e53f69d819ca740cdfc889 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 15 Feb 2018 22:02:18 +0100 Subject: misc: fix typos using codespell Some more funny typos, please review carefully. Signed-off-by: Ruediger Meier --- tests/expected/getopt/options-longopts | 2 +- tests/ts/getopt/options | 2 +- tests/ts/libmount/lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/expected/getopt/options-longopts b/tests/expected/getopt/options-longopts index 379b5abc1..8ee99533c 100644 --- a/tests/expected/getopt/options-longopts +++ b/tests/expected/getopt/options-longopts @@ -1,2 +1,2 @@ - --long1 --thirdlong 'ARGUMENT' --secondlong 'ARG' --abbriviation 'ABBRARG' -a -- 'EXTRA1' + --long1 --thirdlong 'ARGUMENT' --secondlong 'ARG' --abbreviation 'ABBRARG' -a -- 'EXTRA1' exit value: 0 diff --git a/tests/ts/getopt/options b/tests/ts/getopt/options index c9ac53dd3..fee51195e 100755 --- a/tests/ts/getopt/options +++ b/tests/ts/getopt/options @@ -90,7 +90,7 @@ gnu_getopt_clean ts_finalize_subtest ts_init_subtest longopts -$TS_CMD_GETOPT -o a -l long1,secondlong:,thirdlong::,abbriviation: -- --long1 EXTRA1 --thirdlong=ARGUMENT --secondlong=ARG --abbr ABBRARG -a >> $TS_OUTPUT 2>&1 +$TS_CMD_GETOPT -o a -l long1,secondlong:,thirdlong::,abbreviation: -- --long1 EXTRA1 --thirdlong=ARGUMENT --secondlong=ARG --abbr ABBRARG -a >> $TS_OUTPUT 2>&1 echo "exit value: $?" >> $TS_OUTPUT gnu_getopt_clean ts_finalize_subtest diff --git a/tests/ts/libmount/lock b/tests/ts/libmount/lock index 816612484..7ba678baf 100755 --- a/tests/ts/libmount/lock +++ b/tests/ts/libmount/lock @@ -21,7 +21,7 @@ TESTPROG="$TS_HELPER_LIBMOUNT_LOCK" # # Note: the original version (< 2.13) of util-linux is completely useless for # this test (maximum for this old version is NLOOPS=10 and NPROCESSES=5 (2-way -# 2GHz machine)). It has terrible performance due a bad timeouts implemntation +# 2GHz machine)). It has terrible performance due a bad timeouts implementation # in lock_mtab(). # NLOOPS=1000 -- cgit v1.2.3-55-g7522