aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/peerstore
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/peerstore')
-rw-r--r--src/peerstore/peerstore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c
index 196d44faa..502b38646 100644
--- a/src/peerstore/peerstore_api.c
+++ b/src/peerstore/peerstore_api.c
@@ -377,7 +377,7 @@ rewatch_it (void *cls, const struct GNUNET_HashCode *key, void *value)
377/** 377/**
378 * Iterator over watch requests to cancel them. 378 * Iterator over watch requests to cancel them.
379 * 379 *
380 * @param cls unsused 380 * @param cls unused
381 * @param key key to the watch request 381 * @param key key to the watch request
382 * @param value watch context 382 * @param value watch context
383 * @return #GNUNET_YES to continue iteration 383 * @return #GNUNET_YES to continue iteration
@@ -534,7 +534,7 @@ GNUNET_PEERSTORE_store (struct GNUNET_PEERSTORE_Handle *h,
534 struct GNUNET_PEERSTORE_StoreContext *sc; 534 struct GNUNET_PEERSTORE_StoreContext *sc;
535 535
536 LOG (GNUNET_ERROR_TYPE_DEBUG, 536 LOG (GNUNET_ERROR_TYPE_DEBUG,
537 "Storing value (size: %lu) for subsytem `%s', peer `%s', key `%s'\n", 537 "Storing value (size: %lu) for subsystem `%s', peer `%s', key `%s'\n",
538 size, 538 size,
539 sub_system, 539 sub_system,
540 GNUNET_i2s (peer), 540 GNUNET_i2s (peer),