From 0e808b648a56e3e4e17d6e03ce776b0b7a422f25 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Jul 2020 23:56:52 +0200 Subject: fix misc typos --- contrib/exchange-template/config/exchange-common.conf | 4 ++-- contrib/gana | 2 +- contrib/uncrustify-mode.el | 2 +- contrib/uncrustify_precommit | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'contrib') diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf index 4f17d3ec7..5694995b6 100644 --- a/contrib/exchange-template/config/exchange-common.conf +++ b/contrib/exchange-template/config/exchange-common.conf @@ -64,7 +64,7 @@ ENABLE_CREDIT = YES # Wire fees are specified by wire method, NOT by wire plugin. [fees-x-taler-bank] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2018, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 @@ -89,7 +89,7 @@ CLOSING-FEE-2026 = EUR:0.01 CLOSING-FEE-2027 = EUR:0.01 [fees-sepa] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2018, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 diff --git a/contrib/gana b/contrib/gana index 0a9293b4c..a4f1ad6f6 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit 0a9293b4cf1df97c395dc96d7a8ba96cc1fb4664 +Subproject commit a4f1ad6f6c27a874d2170beedf15bcba11323a62 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))) diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit index fd29998c3..24873330f 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 -- cgit v1.2.3