summaryrefslogtreecommitdiff
path: root/contrib/uncrustify_precommit
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-24 21:56:08 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-24 21:56:08 -0400
commit469ea4f5c7a23ac89965bca8139e17d7bd26b9f0 (patch)
tree03028a74e9642c53e4cc301b393dfd524aaa1b11 /contrib/uncrustify_precommit
parent8631026e39b5dcd10019b0f770bc79cecf1d6fd5 (diff)
downloadmerchant-469ea4f5c7a23ac89965bca8139e17d7bd26b9f0.tar.gz
merchant-469ea4f5c7a23ac89965bca8139e17d7bd26b9f0.tar.bz2
merchant-469ea4f5c7a23ac89965bca8139e17d7bd26b9f0.zip
fix spelling mistakes
Diffstat (limited to 'contrib/uncrustify_precommit')
-rwxr-xr-xcontrib/uncrustify_precommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit
index fd29998c..24873330 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