aboutsummaryrefslogtreecommitdiff
path: root/src/transport/tcp_server_legacy.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/transport/tcp_server_legacy.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/transport/tcp_server_legacy.c')
-rw-r--r--src/transport/tcp_server_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/tcp_server_legacy.c b/src/transport/tcp_server_legacy.c
index 59b4fc20a..f4d48d4f6 100644
--- a/src/transport/tcp_server_legacy.c
+++ b/src/transport/tcp_server_legacy.c
@@ -836,7 +836,7 @@ GNUNET_SERVER_destroy (struct GNUNET_SERVER_Handle *server)
836 * incoming messages; the last entry must 836 * incoming messages; the last entry must
837 * have "NULL" for the "callback"; multiple 837 * have "NULL" for the "callback"; multiple
838 * entries for the same type are allowed, 838 * entries for the same type are allowed,
839 * they will be called in order of occurence. 839 * they will be called in order of occurrence.
840 * These handlers can be removed later; 840 * These handlers can be removed later;
841 * the handlers array must exist until removed 841 * the handlers array must exist until removed
842 * (or server is destroyed). 842 * (or server is destroyed).