summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-08-29 13:42:39 -0400
committerThibault Saunier <tsaunier@gnome.org>2019-08-30 13:05:36 +0000
commit909baa2360f7ba7b6e2e27a2ad565e3142630abe (patch)
tree0455c49f77744b7b7c32da90d29e08c96bd2e913 /hooks
parentcbd411061130f29316aeb62c80fe4acd813d15a0 (diff)
Pass the code through codespell
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.