summaryrefslogtreecommitdiff
path: root/src/include/taler_amount_lib.h
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/include/taler_amount_lib.h
parent73d107b53d5f3c1461a74f280a84a1ab80d14360 (diff)
downloadexchange-3404fda463cdb905772a4757001e5113d3f74f29.tar.gz
exchange-3404fda463cdb905772a4757001e5113d3f74f29.tar.bz2
exchange-3404fda463cdb905772a4757001e5113d3f74f29.zip
Diffstat (limited to 'src/include/taler_amount_lib.h')
-rw-r--r--src/include/taler_amount_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h
index f088d89b4..3da2b851e 100644
--- a/src/include/taler_amount_lib.h
+++ b/src/include/taler_amount_lib.h
@@ -34,7 +34,7 @@ extern "C"
* @brief Number of characters (plus 1 for 0-termination) we use to
* represent currency names (i.e. EUR, USD, etc.). We use 8+4 for
* alignment in the `struct TALER_Amount`. The amount is typically an
- * ISO 4217 currency code when an alpha-numeric 3-digit code is used.
+ * ISO 4217 currency code when an alphanumeric 3-digit code is used.
* For regional currencies, the first character should be a "*" followed
* by a region-specific name (i.e. "*BRETAGNEFR").
*/