Skip to content

Commit 694ad6f

Browse files
committed
Fix spelling
1 parent beebb56 commit 694ad6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Run the remainder of lint tests in `test/lint/`.
6767
test/lint/lint-all.sh
6868
69-
# Verify that scripted diffs are deterministically reproducable.
69+
# Verify that scripted diffs are deterministically reproducible.
7070
if [ "${{ github.event_name }}" = "pull_request" ]; then
7171
COMMIT_RANGE="${{ github.base_ref }}..HEAD"
7272
test/lint/commit-script-check.sh $COMMIT_RANGE

0 commit comments

Comments
 (0)