summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-31 21:03:03 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-31 21:03:03 +0200
commitb5901ba428b1830f1c1d0999075035f5b5960c78 (patch)
treea27e434c62f51e957b769d7415dacc0991eece96 /contrib
parent6e4ce7799c8bddab11bd1b20a8f1cb8a7b6abc21 (diff)
downloadsync-b5901ba428b1830f1c1d0999075035f5b5960c78.tar.gz
sync-b5901ba428b1830f1c1d0999075035f5b5960c78.tar.bz2
sync-b5901ba428b1830f1c1d0999075035f5b5960c78.zip
typos
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/uncrustify_precommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit
index fd29998..2487333 100755
--- a/contrib/uncrustify_precommit
+++ b/contrib/uncrustify_precommit
@@ -30,6 +30,6 @@ if [ $RET = 1 ];
then
echo "Run"
echo "uncrustify --no-backup -c uncrustify.cfg ${crustified}"
- echo "before commiting."
+ echo "before committing."
fi
exit $RET