-fix typos

This commit is contained in:
Christian Grothoff 2021-11-29 17:48:39 +01:00
parent 4e9a5c8cc7
commit d3615c708f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

View File

@ -1046,7 +1046,7 @@ check_wire_out_cb (void *cls,
in #wire_transfer_information_cb, so here we
only log for debugging */
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Inconsitency for wire_out %llu (WTID %s) detected\n",
"Inconsistency for wire_out %llu (WTID %s) detected\n",
(unsigned long long) rowid,
TALER_B2S (wtid));
}

View File

@ -443,7 +443,7 @@ run_test (void)
if (0 == num_keys)
{
fprintf (stderr,
"\nFAILED: no keys returend by helper\n");
"\nFAILED: no keys returned by helper\n");
TALER_CRYPTO_helper_esign_disconnect (esh);
esh = NULL;
GNUNET_CONFIGURATION_destroy (cfg);