summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-31 20:57:11 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-31 20:57:11 +0200
commit3404fda463cdb905772a4757001e5113d3f74f29 (patch)
tree03ad69bc7c31ba00e6e5f52c697a97b2c834e288 /src/util
parent73d107b53d5f3c1461a74f280a84a1ab80d14360 (diff)
downloadexchange-3404fda463cdb905772a4757001e5113d3f74f29.tar.gz
exchange-3404fda463cdb905772a4757001e5113d3f74f29.tar.bz2
exchange-3404fda463cdb905772a4757001e5113d3f74f29.zip
Diffstat (limited to 'src/util')
-rw-r--r--src/util/amount.c2
-rw-r--r--src/util/crypto.c2
-rw-r--r--src/util/paths.conf2
-rw-r--r--src/util/url.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/util/amount.c b/src/util/amount.c
index fb5a41d74..717144984 100644
--- a/src/util/amount.c
+++ b/src/util/amount.c
@@ -556,7 +556,7 @@ TALER_amount_normalize (struct TALER_Amount *amount)
* Convert the fraction of @a amount to a string in decimals.
*
* @param amount value to convert
- * @param[out] tail where to write the reesult
+ * @param[out] tail where to write the result
*/
static void
amount_to_tail (const struct TALER_Amount *amount,
diff --git a/src/util/crypto.c b/src/util/crypto.c
index cbc5f2cb2..99171ebc7 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -77,7 +77,7 @@ TALER_gcrypt_init ()
* @param denom_pub denomination key, must match @a coin_public_info's `denom_pub_hash`
* @return #GNUNET_YES if the coin is valid,
* #GNUNET_NO if it is invalid
- * #GNUNET_SYSERR if an internal error occured
+ * #GNUNET_SYSERR if an internal error occurred
*/
int
TALER_test_coin_valid (const struct TALER_CoinPublicInfo *coin_public_info,
diff --git a/src/util/paths.conf b/src/util/paths.conf
index 03febb0e4..c1d2194d8 100644
--- a/src/util/paths.conf
+++ b/src/util/paths.conf
@@ -16,7 +16,7 @@ TALER_HOME = ${TALER_TEST_HOME:-${HOME:-${USERPROFILE}}}
# http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
# for how these should be used.
-# Persistant data storage
+# Persistent data storage
TALER_DATA_HOME = ${XDG_DATA_HOME:-$TALER_HOME/.local/share}/taler/
# Configuration files
diff --git a/src/util/url.c b/src/util/url.c
index ec94f58b3..d681fd02b 100644
--- a/src/util/url.c
+++ b/src/util/url.c
@@ -213,7 +213,7 @@ serialize_arguments (struct GNUNET_Buffer *buf,
* @param ... NULL-terminated key-value pairs (char *) for query parameters,
* the value will be url-encoded
* @returns the URL (must be freed with #GNUNET_free) or
- * NULL if an error occured.
+ * NULL if an error occurred.
*/
char *
TALER_url_join (const char *base_url,