summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-08 18:44:00 -0300
committerSebastian <sebasjm@gmail.com>2023-09-08 18:44:00 -0300
commit001f5dd081fc8729ff8def90c4a1c3f93eb8689a (patch)
treee1a354b4035ab00956beb930bf2def2ebb2fb25e /conf
parent23538677f6c6be2a62f38dc6137ecdd1c76b7b15 (diff)
downloadbuild-common-master.tar.gz
build-common-master.tar.bz2
build-common-master.zip
codespell fixHEADmaster
Diffstat (limited to 'conf')
-rwxr-xr-xconf/uncrustify-mode.el2
-rwxr-xr-xconf/uncrustify_precommit2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/uncrustify-mode.el b/conf/uncrustify-mode.el
index 97118c0..2d1ca1c 100755
--- a/conf/uncrustify-mode.el
+++ b/conf/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/conf/uncrustify_precommit b/conf/uncrustify_precommit
index fd29998..2487333 100755
--- a/conf/uncrustify_precommit
+++ b/conf/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