Merge pull request #1077 from mooncak/fix_typos

Fix typos: accecpts -> accepts
This commit is contained in:
Hang Yan 2018-11-12 11:01:52 +08:00 committed by GitHub
commit 8064fac844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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