diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2021-02-25 16:06:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-25 16:06:25 -0500 |
| commit | 4fdca6aaef6bab73afe8e2a76732a5a8cf4e2037 (patch) | |
| tree | a68b85feae159383540051e19701439b0d00bd8c | |
| parent | 586ed18eaf608ca05eeb0baa91b863ad74dca718 (diff) | |
| parent | f06896ca7a43cf62a4b87e4cf959b06f49893fbb (diff) | |
| download | rust-4fdca6aaef6bab73afe8e2a76732a5a8cf4e2037.tar.gz rust-4fdca6aaef6bab73afe8e2a76732a5a8cf4e2037.zip | |
Rollup merge of #82503 - cratelyn:patch-1, r=Mark-Simulacrum
fix typo in `pre-commit.sh` This updates a small typo I found, no more no less :slightly_smiling_face:
| -rwxr-xr-x | src/etc/pre-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/pre-commit.sh b/src/etc/pre-commit.sh index 70b4e9d9908..9045adb54dc 100755 --- a/src/etc/pre-commit.sh +++ b/src/etc/pre-commit.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # Call `tidy --bless` before each commit -# Copy this scripts to .git/hooks to activate, +# Copy this script to .git/hooks to activate, # and remove it from .git/hooks to deactivate. # |
