From d3f1ef879bddfa94c2887cd24762089d20bc3351 Mon Sep 17 00:00:00 2001 From: mooncake Date: Sat, 10 Nov 2018 21:06:57 +0800 Subject: [PATCH] Fix typos: accecpts -> accepts Signed-off-by: mooncake --- script/test/cmd/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/cmd/lib.sh b/script/test/cmd/lib.sh index 7a1f9e07..32e85bcb 100644 --- a/script/test/cmd/lib.sh +++ b/script/test/cmd/lib.sh @@ -90,7 +90,7 @@ function convert::match_output() { } readonly -f convert::match_output -# function called from outside which accecpts cmd to run and +# function called from outside which accepts cmd to run and # file to compare output with function convert::expect_success() { local cmd=$1