aboutsummaryrefslogtreecommitdiff
path: root/src/pt
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/pt
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/gnunet-daemon-pt.c2
-rw-r--r--src/pt/test_gns_vpn.c2
-rw-r--r--src/pt/test_gnunet_vpn.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/pt/gnunet-daemon-pt.c b/src/pt/gnunet-daemon-pt.c
index bcc913bd2..da4374223 100644
--- a/src/pt/gnunet-daemon-pt.c
+++ b/src/pt/gnunet-daemon-pt.c
@@ -138,7 +138,7 @@ struct CadetExit
138 138
139 /** 139 /**
140 * Channel we use for DNS requests over CADET, NULL if we did 140 * Channel we use for DNS requests over CADET, NULL if we did
141 * not initialze a channel to this peer yet. 141 * not initialize a channel to this peer yet.
142 */ 142 */
143 struct GNUNET_CADET_Channel *cadet_channel; 143 struct GNUNET_CADET_Channel *cadet_channel;
144 144
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index e20d835f8..d2d28d7c7 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -144,7 +144,7 @@ mhd_ahc (void *cls,
144 } 144 }
145 *unused = NULL; 145 *unused = NULL;
146 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 146 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
147 "MHD sends respose for request to URL `%s'\n", url); 147 "MHD sends response for request to URL `%s'\n", url);
148 response = MHD_create_response_from_buffer (strlen (url), 148 response = MHD_create_response_from_buffer (strlen (url),
149 (void *) url, 149 (void *) url,
150 MHD_RESPMEM_MUST_COPY); 150 MHD_RESPMEM_MUST_COPY);
diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c
index 8ffadeca4..ab197b60d 100644
--- a/src/pt/test_gnunet_vpn.c
+++ b/src/pt/test_gnunet_vpn.c
@@ -120,7 +120,7 @@ mhd_ahc (void *cls,
120 } 120 }
121 *unused = NULL; 121 *unused = NULL;
122 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 122 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
123 "MHD sends respose for request to URL `%s'\n", url); 123 "MHD sends response for request to URL `%s'\n", url);
124 response = 124 response =
125 MHD_create_response_from_buffer (strlen (url), (void *) url, 125 MHD_create_response_from_buffer (strlen (url), (void *) url,
126 MHD_RESPMEM_MUST_COPY); 126 MHD_RESPMEM_MUST_COPY);