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/exchangedb | |
parent | f45b1c912b5b7678df1c59afbbaab80cadd4c770 (diff) |
spelling of 'mismatch'
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 44cfdfab4..9f330cc8c 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -2140,7 +2140,7 @@ postgres_insert_withdraw_info (void *cls, left before we tried this; however, concurrent operations may have changed the situation by now. We should re-try the transaction. */ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Withdrawal from reserve `%s' refused due to balance missmatch. Retrying.\n", + "Withdrawal from reserve `%s' refused due to balance mismatch. Retrying.\n", TALER_B2S (&collectable->reserve_pub)); return GNUNET_DB_STATUS_SOFT_ERROR; } @@ -5085,7 +5085,7 @@ postgres_insert_reserve_closed (void *cls, left before we tried this; however, concurrent operations may have changed the situation by now. We should re-try the transaction. */ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Closing of reserve `%s' refused due to balance missmatch. Retrying.\n", + "Closing of reserve `%s' refused due to balance mismatch. Retrying.\n", TALER_B2S (reserve_pub)); return GNUNET_DB_STATUS_HARD_ERROR; } |