Skip to content

Commit 7848fcf

Browse files
authored
Fix typo
1 parent e75e180 commit 7848fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/check_executables_have_shebangs_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_git_executable_shebang(temp_git_dir, content, mode, expected):
104104
cmd_output('chmod', mode, str(path))
105105
cmd_output('git', 'update-index', f'--chmod={mode}', str(path))
106106

107-
# simulate how identify choses that something is executable
107+
# simulate how identify chooses that something is executable
108108
filenames = [path for path in [str(path)] if os.access(path, os.X_OK)]
109109

110110
assert main(filenames) == expected

0 commit comments

Comments
 (0)