commit b1f33b6377c77713196b4914577ee40912f7984a
parent e6b0e232fbbf69583c5f98edab06a449afbe37d2
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 29 Jan 2018 18:13:17 +0100
fix #5263
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/citizens.html.j2 b/citizens.html.j2
@@ -63,7 +63,7 @@
<p>{{ _("Coins in your digital wallet will be of the same
denomination as the cash in your physical wallet.
Taler is not a crypto-currency, so you do not have
- to worry about cryto-currency related value
+ to worry about crypto-currency related value
fluctuations. Banking with Taler is subject to the
usual government protections for financial
services.") }}</p>
diff --git a/glossary.html.j2 b/glossary.html.j2
@@ -54,7 +54,7 @@
<dt>{{ _("exchange") }}</dt>
<dd>
{% trans %}
- Taler's payment service provider. Issues eletronic `coins` during `withdrawal` and redeems them when they are `deposited` by merchants.
+ Taler's payment service provider. Issues electronic `coins` during `withdrawal` and redeems them when they are `deposited` by merchants.
{% endtrans %}
</dd>
<dt>{{ _("extension") }}</dt>
diff --git a/merchants.html.j2 b/merchants.html.j2
@@ -92,7 +92,7 @@
{% trans %}
Taler can be used for different currencies (such as
Euros, US Dollars or Bitcoins) and any amount, limited
- only by applicable regulatation and what denominations
+ only by applicable regulation and what denominations
the payment service provider supports.
{% endtrans %}
</p>