From 3c094cb4716b58047d2d2a5a1102c215c75c59a0 Mon Sep 17 00:00:00 2001 From: Kim Bao Long Date: Thu, 30 Jan 2020 18:17:25 +0700 Subject: [PATCH] Fix typo in comment Signed-off-by: Kim Bao Long --- 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 466af36e5c..99df63ab60 100755 --- a/hack/verify-shellcheck.sh +++ b/hack/verify-shellcheck.sh @@ -178,7 +178,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