Spelling fixes

This commit is contained in:
Ville Skyttä 2019-08-15 08:26:01 +03:00
parent 7c69730ad2
commit dd46fde384
2 changed files with 3 additions and 3 deletions

View file

@ -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')