Fix typo
diff --git a/tests/check_executables_have_shebangs_test.py b/tests/check_executables_have_shebangs_test.py
index 3b77612..9c70334 100644
--- a/tests/check_executables_have_shebangs_test.py
+++ b/tests/check_executables_have_shebangs_test.py
@@ -104,7 +104,7 @@
         cmd_output('chmod', mode, str(path))
         cmd_output('git', 'update-index', f'--chmod={mode}', str(path))
 
-        # simulate how identify choses that something is executable
+        # simulate how identify chooses that something is executable
         filenames = [path for path in [str(path)] if os.access(path, os.X_OK)]
 
         assert main(filenames) == expected