diff options
| author | Florian Dold <florian.dold@gmail.com> | 2020-01-20 02:11:03 +0100 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2020-01-20 02:11:03 +0100 | 
| commit | 26ad7c8191a764ed94d81d88752352addeaeda55 (patch) | |
| tree | 8613c4f445f6f9d616e85bbe04425e6459fb8764 /src/util | |
| parent | f45b1c912b5b7678df1c59afbbaab80cadd4c770 (diff) | |
spelling of 'mismatch'
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/test_amount.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/util/test_amount.c b/src/util/test_amount.c index 2fd8ce6a..7bb47caf 100644 --- a/src/util/test_amount.c +++ b/src/util/test_amount.c @@ -114,7 +114,7 @@ main (int argc,                   TALER_amount_cmp_currency (&a1,                                              &a2)); -  /* test subtraction failure (currency missmatch) */ +  /* test subtraction failure (currency mismatch) */    GNUNET_assert (GNUNET_SYSERR ==                   TALER_amount_subtract (&a3,                                          &a3, | 
