summaryrefslogtreecommitdiff
path: root/hooks/pre-commit.hook
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/pre-commit.hook')
-rwxr-xr-xhooks/pre-commit.hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/pre-commit.hook b/hooks/pre-commit.hook
index 3c1062b9..6f177402 100755
--- a/hooks/pre-commit.hook
+++ b/hooks/pre-commit.hook
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Check that the code follows a consistant code style
+# Check that the code follows a consistent code style
#
# Check for existence of indent, and error out if not present.