From aa78134a557079ce570345e751e4c36c4b2ba79a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Apr 2021 20:25:37 +0200 Subject: -fix many more typos --- src/regex/gnunet-regex-profiler.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/regex/gnunet-regex-profiler.c') diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c index e82e10e3b..90e06cf5f 100644 --- a/src/regex/gnunet-regex-profiler.c +++ b/src/regex/gnunet-regex-profiler.c @@ -173,7 +173,7 @@ struct RegexPeer struct GNUNET_SCHEDULER_Task *timeout; /** - * Deamon start + * Daemon start */ struct GNUNET_TESTBED_Operation *daemon_op; }; @@ -718,7 +718,7 @@ find_string (void *cls); * @param cls Closure provided in REGEX_INTERNAL_search. * @param id Peer providing a regex that matches the string. * @param get_path Path of the get request. - * @param get_path_length Lenght of get_path. + * @param get_path_length Length of get_path. * @param put_path Path of the put request. * @param put_path_length Length of the put_path. */ @@ -936,7 +936,7 @@ daemon_started (void *cls, else { GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Deamon %u started successfully\n", peer->id); + "Daemon %u started successfully\n", peer->id); } /* Find a peer to look for a string matching the regex announced */ @@ -1027,7 +1027,7 @@ announce_next_regex (void *cls) /** * DHT connect callback. Called when we are connected to the dht service for - * the peer in 'cls'. If successfull we connect to the stats service of this + * the peer in 'cls'. If successful we connect to the stats service of this * peer and then try to match the search string of this peer. * * @param cls internal peer id. -- cgit v1.2.3