Skip to content

Commit a451e2e

Browse files
author
Ma Xinjian
committed
Fix typo in comment of hack/verify-shellcheck.sh
Signed-off-by: Ma Xinjian <[email protected]>
1 parent 4e9bdd4 commit a451e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ fi
136136
# common arguments we'll pass to shellcheck
137137
SHELLCHECK_OPTIONS=(
138138
# allow following sourced files that are not specified in the command,
139-
# we need this because we specify one file at at time in order to trivially
139+
# we need this because we specify one file at a time in order to trivially
140140
# detect which files are failing
141141
"--external-sources"
142142
# include our disabled lints

0 commit comments

Comments
 (0)