From a451e2ec3d248879d7c91d683ac8fa67484c65a7 Mon Sep 17 00:00:00 2001 From: Ma Xinjian Date: Mon, 7 Sep 2020 16:25:44 +0800 Subject: [PATCH] Fix typo in comment of hack/verify-shellcheck.sh Signed-off-by: Ma Xinjian --- hack/verify-shellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-shellcheck.sh b/hack/verify-shellcheck.sh index cd6f3203fad..cef7cdc6420 100755 --- a/hack/verify-shellcheck.sh +++ b/hack/verify-shellcheck.sh @@ -136,7 +136,7 @@ fi # common arguments we'll pass to shellcheck SHELLCHECK_OPTIONS=( # allow following sourced files that are not specified in the command, - # we need this because we specify one file at at time in order to trivially + # we need this because we specify one file at a time in order to trivially # detect which files are failing "--external-sources" # include our disabled lints