diff options
author | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-07-24 21:56:08 -0400 |
---|---|---|
committer | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-07-24 21:56:08 -0400 |
commit | 469ea4f5c7a23ac89965bca8139e17d7bd26b9f0 (patch) | |
tree | 03028a74e9642c53e4cc301b393dfd524aaa1b11 /contrib | |
parent | 8631026e39b5dcd10019b0f770bc79cecf1d6fd5 (diff) |
fix spelling mistakes
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/uncrustify-mode.el | 2 | ||||
-rwxr-xr-x | contrib/uncrustify_precommit | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/uncrustify-mode.el b/contrib/uncrustify-mode.el index 83868c6a..cf615b02 100755 --- a/contrib/uncrustify-mode.el +++ b/contrib/uncrustify-mode.el @@ -114,7 +114,7 @@ (message "uncrustify error: <%s> <%s>" ret (buffer-string))) nil)))))) - ;; This goto-line is outside the save-excursion becuase it'd get + ;; This goto-line is outside the save-excursion because it'd get ;; removed otherwise. I hate this bug. It makes things so ugly. (goto-line original-line) (not result))) 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 |