summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-14 14:34:31 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-14 14:34:31 +0200
commit5ebc3b0e5b5fda1bcdb3b01c44d2f2a7055b155a (patch)
tree2873d9aed1b72168b9b3dd4ae253c2ba10e506b5 /src
parent0c0b73c9b1d531f71b354ad51ad3fabac8044ae1 (diff)
downloadexchange-5ebc3b0e5b5fda1bcdb3b01c44d2f2a7055b155a.tar.gz
exchange-5ebc3b0e5b5fda1bcdb3b01c44d2f2a7055b155a.tar.bz2
exchange-5ebc3b0e5b5fda1bcdb3b01c44d2f2a7055b155a.zip
-fix typo
Diffstat (limited to 'src')
-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 5defc37eb..8e4afe80c 100644
--- a/src/include/taler_amount_lib.h
+++ b/src/include/taler_amount_lib.h
@@ -343,7 +343,7 @@ TALER_amount_divide (struct TALER_Amount *result,
*
* @param dividend amount to divide
* @param divisor by what to divide, must be positive
- * @return @a dividend / @a divisor, rounded down. -1 on currency missmatch,
+ * @return @a dividend / @a divisor, rounded down. -1 on currency mismatch,
* INT_MAX for division by zero
*/
int