summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 08:27:35 -0400
committerTim-Philipp Müller <tim@centricular.com>2019-10-05 22:38:11 +0000
commit46989dca9665f5a1b28a83f68415c91fee7bc051 (patch)
tree56bc5b94edec683ac98fd728ab5a0ff9f52762ef /hooks
parent8173596ed2655fbf9c13b3e681b07c29085963f6 (diff)
documentation: fix a number of typos
Diffstat (limited to 'hooks')
-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 3c1062b9e..6f177402b 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.