about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkatelyn martin <kmartin@fastly.com>2021-02-24 18:37:13 -0500
committerGitHub <noreply@github.com>2021-02-24 18:37:13 -0500
commitf06896ca7a43cf62a4b87e4cf959b06f49893fbb (patch)
tree79dd4d4f9dbcdd5c50a25e6335aaffa73c6ad043
parenta8486b64b0c87dabd045453b6c81500015d122d6 (diff)
downloadrust-f06896ca7a43cf62a4b87e4cf959b06f49893fbb.tar.gz
rust-f06896ca7a43cf62a4b87e4cf959b06f49893fbb.zip
fix typo in `pre-commit.sh`
-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.
 #