aboutsummaryrefslogtreecommitdiff
path: root/src/hello
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/hello
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index fa859a772..12b576ceb 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -709,7 +709,7 @@ struct EqualsContext
709{ 709{
710 /** 710 /**
711 * Addresses that expired before this date are ignored for 711 * Addresses that expired before this date are ignored for
712 * the comparisson. 712 * the comparison.
713 */ 713 */
714 struct GNUNET_TIME_Absolute expiration_limit; 714 struct GNUNET_TIME_Absolute expiration_limit;
715 715
@@ -905,7 +905,7 @@ GNUNET_HELLO_get_last_expiration (const struct GNUNET_HELLO_Message *msg)
905/** 905/**
906 * GNUnet URIs are of the general form "gnunet://MODULE/IDENTIFIER". 906 * GNUnet URIs are of the general form "gnunet://MODULE/IDENTIFIER".
907 * The specific structure of "IDENTIFIER" depends on the module and 907 * The specific structure of "IDENTIFIER" depends on the module and
908 * maybe differenciated into additional subcategories if applicable. 908 * maybe differentiated into additional subcategories if applicable.
909 * This module only deals with hello identifiers (MODULE = "hello"). 909 * This module only deals with hello identifiers (MODULE = "hello").
910 * <p> 910 * <p>
911 * 911 *