diff options
author | MS <ms@taler.net> | 2023-03-09 18:02:28 +0100 |
---|---|---|
committer | MS <ms@taler.net> | 2023-03-09 18:02:28 +0100 |
commit | 269425672cfb182e14ece6f383b42c3df1511a4c (patch) | |
tree | 49360ca3ec9fa3af978f28f227e6fd1821b454cc /src | |
parent | 90664b555cd0b4cf4d4cba867100ca109aba057f (diff) |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c index a7a6b004f..168e7b9b7 100644 --- a/src/exchange/taler-exchange-wirewatch.c +++ b/src/exchange/taler-exchange-wirewatch.c @@ -757,7 +757,7 @@ continue_with_shard (void *cls) shard_end - latest_row_off); GNUNET_assert (NULL == hh); GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Requesting credit history staring from %llu\n", + "Requesting credit history starting from %llu\n", (unsigned long long) latest_row_off); hh_start_time = GNUNET_TIME_absolute_get (); hh_returned_data = false; |