about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2021-02-25 16:06:25 -0500
committerGitHub <noreply@github.com>2021-02-25 16:06:25 -0500
commit4fdca6aaef6bab73afe8e2a76732a5a8cf4e2037 (patch)
treea68b85feae159383540051e19701439b0d00bd8c
parent586ed18eaf608ca05eeb0baa91b863ad74dca718 (diff)
parentf06896ca7a43cf62a4b87e4cf959b06f49893fbb (diff)
downloadrust-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-xsrc/etc/pre-commit.sh2
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.
 #