From 3404fda463cdb905772a4757001e5113d3f74f29 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 31 Mar 2020 20:57:11 +0200 Subject: typos --- src/util/amount.c | 2 +- src/util/crypto.c | 2 +- src/util/paths.conf | 2 +- src/util/url.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/util') 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, -- cgit v1.2.3