aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-13 21:20:18 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-13 21:20:18 +0000
commit66180df79d8dba6d92107c11c87a254f93ceec20 (patch)
tree92a540097406617996dbf5f1d1321272b304d0f5 /src/include/gnunet_transport_service.h
parent1e6e1afe150c62f99473facfa7d67054b18f0c4e (diff)
downloadgnunet-66180df79d8dba6d92107c11c87a254f93ceec20.tar.gz
gnunet-66180df79d8dba6d92107c11c87a254f93ceec20.zip
-Bertrand Marc: fixing typos found by lintan
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 5c939a009..564b8da24 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -315,7 +315,7 @@ GNUNET_TRANSPORT_address_to_string_cancel (struct
315 315
316/** 316/**
317 * Return all the known addresses for a specific peer or all peers. 317 * Return all the known addresses for a specific peer or all peers.
318 * Returns continously all address if one_shot is set to GNUNET_NO 318 * Returns continuously all address if one_shot is set to GNUNET_NO
319 * 319 *
320 * CHANGE: Returns the address(es) that we are currently using for this 320 * CHANGE: Returns the address(es) that we are currently using for this
321 * peer. Upon completion, the 'AddressLookUpCallback' is called one more 321 * peer. Upon completion, the 'AddressLookUpCallback' is called one more