File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ pub enum Subcommands {
6464 } ,
6565 /// Check for executable bits that disagree with shebangs.
6666 ///
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
6868 /// that either begin with a `#!` but not `+x` permissions, or do not begin with `#!` but do
6969 /// 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.
7171 ///
7272 /// This currently only checks files name with an `.sh` suffix, and only operates on the
7373 /// 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