diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-22 23:56:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-22 23:56:52 +0200 |
commit | 0e808b648a56e3e4e17d6e03ce776b0b7a422f25 (patch) | |
tree | 59720c0b409f30fc6520526ba7170b0ba60c255c /contrib/uncrustify-mode.el | |
parent | c8a370d9111cee69b6d9b6edc177dcc58eec976a (diff) |
fix misc typos
Diffstat (limited to 'contrib/uncrustify-mode.el')
-rwxr-xr-x | contrib/uncrustify-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify-mode.el b/contrib/uncrustify-mode.el index 83868c6a1..cf615b026 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))) |