aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.c
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/regex/gnunet-regex-profiler.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c8
1 files changed, 4 insertions, 4 deletions
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
173 struct GNUNET_SCHEDULER_Task *timeout; 173 struct GNUNET_SCHEDULER_Task *timeout;
174 174
175 /** 175 /**
176 * Deamon start 176 * Daemon start
177 */ 177 */
178 struct GNUNET_TESTBED_Operation *daemon_op; 178 struct GNUNET_TESTBED_Operation *daemon_op;
179}; 179};
@@ -718,7 +718,7 @@ find_string (void *cls);
718 * @param cls Closure provided in REGEX_INTERNAL_search. 718 * @param cls Closure provided in REGEX_INTERNAL_search.
719 * @param id Peer providing a regex that matches the string. 719 * @param id Peer providing a regex that matches the string.
720 * @param get_path Path of the get request. 720 * @param get_path Path of the get request.
721 * @param get_path_length Lenght of get_path. 721 * @param get_path_length Length of get_path.
722 * @param put_path Path of the put request. 722 * @param put_path Path of the put request.
723 * @param put_path_length Length of the put_path. 723 * @param put_path_length Length of the put_path.
724 */ 724 */
@@ -936,7 +936,7 @@ daemon_started (void *cls,
936 else 936 else
937 { 937 {
938 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 938 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
939 "Deamon %u started successfully\n", peer->id); 939 "Daemon %u started successfully\n", peer->id);
940 } 940 }
941 941
942 /* Find a peer to look for a string matching the regex announced */ 942 /* Find a peer to look for a string matching the regex announced */
@@ -1027,7 +1027,7 @@ announce_next_regex (void *cls)
1027 1027
1028/** 1028/**
1029 * DHT connect callback. Called when we are connected to the dht service for 1029 * DHT connect callback. Called when we are connected to the dht service for
1030 * the peer in 'cls'. If successfull we connect to the stats service of this 1030 * the peer in 'cls'. If successful we connect to the stats service of this
1031 * peer and then try to match the search string of this peer. 1031 * peer and then try to match the search string of this peer.
1032 * 1032 *
1033 * @param cls internal peer id. 1033 * @param cls internal peer id.