aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_application_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
commitc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (patch)
tree0172526a73ff97b569f3e66d12d6fe54bf181a33 /src/include/gnunet_transport_application_service.h
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
Diffstat (limited to 'src/include/gnunet_transport_application_service.h')
-rw-r--r--src/include/gnunet_transport_application_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_application_service.h b/src/include/gnunet_transport_application_service.h
index ea254d242..35585d954 100644
--- a/src/include/gnunet_transport_application_service.h
+++ b/src/include/gnunet_transport_application_service.h
@@ -71,7 +71,7 @@ GNUNET_TRANSPORT_application_done (
71 * @param peer identity of the peer we need an address for 71 * @param peer identity of the peer we need an address for
72 * @param pk what kind of application will the application require (can be 72 * @param pk what kind of application will the application require (can be
73 * #GNUNET_MQ_PRIO_BACKGROUND, we will still try to connect) 73 * #GNUNET_MQ_PRIO_BACKGROUND, we will still try to connect)
74 * @param bw desired bandwith, can be zero (we will still try to connect) 74 * @param bw desired bandwidth, can be zero (we will still try to connect)
75 * @return suggest handle, NULL if a request is already pending 75 * @return suggest handle, NULL if a request is already pending
76 */ 76 */
77struct GNUNET_TRANSPORT_ApplicationSuggestHandle * 77struct GNUNET_TRANSPORT_ApplicationSuggestHandle *
@@ -104,7 +104,7 @@ GNUNET_TRANSPORT_application_suggest_cancel (
104 * @param peer identity of the peer we have an address for 104 * @param peer identity of the peer we have an address for
105 * @param nt network type of @a addr (as claimed by the other peer); 105 * @param nt network type of @a addr (as claimed by the other peer);
106 * used by TRANSPORT to avoid trying @a addr's that really cannot work 106 * used by TRANSPORT to avoid trying @a addr's that really cannot work
107 * due to network type missmatches 107 * due to network type mismatches
108 * @param addr address to validate 108 * @param addr address to validate
109 */ 109 */
110void 110void