Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Aug 15, 2019
1 parent 7c69730 commit dd46fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@

### Features
- Run hooks in parallel
- individual hooks may opt out of parallel exection with `require_serial: true`
- individual hooks may opt out of parallel execution with `require_serial: true`
- #510 issue by @chriskuehl.
- #851 PR by @chriskuehl.

Expand Down Expand Up @@ -440,7 +440,7 @@
### Fixes
- Fix integration with go 1.10 and `pkg` directory
- #725 PR by @asottile
- Restore support for `git<1.8.5` (inadvertantly removed in 1.7.0)
- Restore support for `git<1.8.5` (inadvertently removed in 1.7.0)
- #723 issue by @JohnLyman.
- #724 PR by @asottile.

Expand Down
2 changes: 1 addition & 1 deletion tests/staged_files_only_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def test_whitespace_errors(in_git_dir, patch_dir):
test_crlf(in_git_dir, patch_dir, True, True, 'true')


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

0 comments on commit dd46fde

Please sign in to comment.