diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-09 11:34:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-09 11:34:26 +0200 |
commit | 2844a9a7b3d8a81a2f3dda182bdee514b205d977 (patch) | |
tree | 2c0565e0a1793b3582c92fba6cab7d642229ab5f | |
parent | 543fe4ae36649cf64eabb1b1447539bfb0c3c7c2 (diff) |
fix #6171
-rw-r--r-- | src/auditor/taler-helper-auditor-wire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-wire.c b/src/auditor/taler-helper-auditor-wire.c index 9dfed13bc..247a75725 100644 --- a/src/auditor/taler-helper-auditor-wire.c +++ b/src/auditor/taler-helper-auditor-wire.c @@ -1024,7 +1024,7 @@ wire_out_cb (void *cls, "wtid", GNUNET_JSON_from_data_auto (wtid), "timestamp", TALER_ARL_json_from_time_abs ( date), - "diagnostic", "recevier account mismatch", + "diagnostic", "receiver account mismatch", "account_section", wa->section_name)); TALER_ARL_amount_add (&total_bad_amount_out_plus, &total_bad_amount_out_plus, |