From 4c95b5e04e3c4f72e4005574f67cd6e365d3276f Mon Sep 17 00:00:00 2001 From: Frederic Bonnard Date: Mon, 13 Jun 2016 11:37:09 +0200 Subject: Fix for typos While reviewing the Debian packaging, codespell found those. Most proposed fixes are based on codespell's default dictionnary. Signed-off-by: Frederic Bonnard Reviewed-by: Mukesh Ojha Signed-off-by: Stewart Smith --- external/test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/test') diff --git a/external/test/test.sh b/external/test/test.sh index cfea786..827cd92 100755 --- a/external/test/test.sh +++ b/external/test/test.sh @@ -43,7 +43,7 @@ strip_version_from_result() { } diff_with_result() { - # Explicitly diff a file with an arbitary result file + # Explicitly diff a file with an arbitrary result file if [ "$#" -eq 1 ] ; then if ! diff -u "$RESULT" "$1" ; then fail_test; -- cgit v1.1