summaryrefslogtreecommitdiff
path: root/src/exchange/taler-config-generate
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-10 14:23:59 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-10 14:23:59 +0200
commit9aa8fa0d70f8c941f546ee42c389ae4c25739227 (patch)
treee53c14530fe1b4f8c4ae8287f65082fcc899e79d /src/exchange/taler-config-generate
parent4a656428051a96a557bb876173b9461b83daa080 (diff)
downloadexchange-9aa8fa0d70f8c941f546ee42c389ae4c25739227.tar.gz
exchange-9aa8fa0d70f8c941f546ee42c389ae4c25739227.tar.bz2
exchange-9aa8fa0d70f8c941f546ee42c389ae4c25739227.zip
typo: tears->years
Diffstat (limited to 'src/exchange/taler-config-generate')
-rwxr-xr-xsrc/exchange/taler-config-generate4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-config-generate b/src/exchange/taler-config-generate
index 5693f920c..a928d12b2 100755
--- a/src/exchange/taler-config-generate
+++ b/src/exchange/taler-config-generate
@@ -217,7 +217,7 @@ do
$CS -s $SECTION -o duration_overlap -V "1 day" || exit 1
$CS -s $SECTION -o duration_withdraw -V "7 days" || exit 1
$CS -s $SECTION -o duration_spend -V "2 years" || exit 1
- $CS -s $SECTION -o duration_legal -V "3 tears" || exit 1
+ $CS -s $SECTION -o duration_legal -V "3 years" || exit 1
$CS -s $SECTION -o fee_withdraw -V "${ARG_CURRENCY}:0.01" || exit 1
$CS -s $SECTION -o fee_deposit -V "${ARG_CURRENCY}:0.01" || exit 1
$CS -s $SECTION -o fee_refresh -V "${ARG_CURRENCY}:0.01" || exit 1
@@ -232,7 +232,7 @@ do
$CS -s $SECTION -o duration_overlap -V "1 day" || exit 1
$CS -s $SECTION -o duration_withdraw -V "7 days" || exit 1
$CS -s $SECTION -o duration_spend -V "2 years" || exit 1
- $CS -s $SECTION -o duration_legal -V "3 tears" || exit 1
+ $CS -s $SECTION -o duration_legal -V "3 years" || exit 1
$CS -s $SECTION -o fee_withdraw -V "${ARG_CURRENCY}:0.01" || exit 1
$CS -s $SECTION -o fee_deposit -V "${ARG_CURRENCY}:0.01" || exit 1
$CS -s $SECTION -o fee_refresh -V "${ARG_CURRENCY}:0.01" || exit 1