summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/exchange-template/config/exchange-common.conf4
m---------contrib/gana0
-rwxr-xr-xcontrib/uncrustify-mode.el2
-rwxr-xr-xcontrib/uncrustify_precommit2
4 files changed, 4 insertions, 4 deletions
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
-Subproject 0a9293b4cf1df97c395dc96d7a8ba96cc1fb466
+Subproject a4f1ad6f6c27a874d2170beedf15bcba11323a6
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