diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-03 12:02:57 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-03 12:02:57 -0500 |
commit | 0db1fa006754d7d148b977a4ee2c97c97db196eb (patch) | |
tree | 2fbf93a71336fc2ac3788049c4d2701e9d9f9e38 | |
parent | 43c48c920b7bc3f868c7708c1f83d22aeaf8a09b (diff) |
fix typo: s/actually/actual/
-rw-r--r-- | src/exchange/exchange.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index f4bdc4ed9..d51d9d5f7 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -12,7 +12,7 @@ KEYDIR = ${TALER_DATA_HOME}/exchange/live-keys/ REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/ # Master public key used to sign the exchange's various keys -# This must be adjusted to your actually installation. +# This must be adjusted to your actual installation. # MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG # How long do we allow /keys to be cached at most? The actual |