Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66a78ce

Browse files
authored
Merge pull request #1116 from scop/spelling
Spelling fixes
2 parents 7c69730 + dd46fde commit 66a78ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261

262262
### Features
263263
- Run hooks in parallel
264-
- individual hooks may opt out of parallel exection with `require_serial: true`
264+
- individual hooks may opt out of parallel execution with `require_serial: true`
265265
- #510 issue by @chriskuehl.
266266
- #851 PR by @chriskuehl.
267267

@@ -440,7 +440,7 @@
440440
### Fixes
441441
- Fix integration with go 1.10 and `pkg` directory
442442
- #725 PR by @asottile
443-
- Restore support for `git<1.8.5` (inadvertantly removed in 1.7.0)
443+
- Restore support for `git<1.8.5` (inadvertently removed in 1.7.0)
444444
- #723 issue by @JohnLyman.
445445
- #724 PR by @asottile.
446446

tests/staged_files_only_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def test_whitespace_errors(in_git_dir, patch_dir):
328328
test_crlf(in_git_dir, patch_dir, True, True, 'true')
329329

330330

331-
def test_autocrlf_commited_crlf(in_git_dir, patch_dir):
331+
def test_autocrlf_committed_crlf(in_git_dir, patch_dir):
332332
"""Regression test for #570"""
333333
cmd_output('git', 'config', '--local', 'core.autocrlf', 'false')
334334
_write(b'1\r\n2\r\n')

0 commit comments

Comments
 (0)