File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ pub enum Subcommands {
64
64
} ,
65
65
/// Check for executable bits that disagree with shebangs.
66
66
///
67
- /// This checks and staged files, but not any unstaged files or changes , to find shell scripts
67
+ /// This checks committed and staged files, but not anything unstaged, to find shell scripts
68
68
/// that either begin with a `#!` but not `+x` permissions, or do not begin with `#!` but do
69
69
/// have `+x` permissions. Such mismatches are reported but not automatically corrected. Some
70
- /// plaforms (at least Windows) do not support such permissions, but Git still represents them.
70
+ /// platforms (at least Windows) do not have such permissions, but Git still represents them.
71
71
///
72
72
/// This currently only checks files name with an `.sh` suffix, and only operates on the
73
73
/// current repository. Its main use is checking that fixture scripts are have correct modes.
You can’t perform that action at this time.
0 commit comments