gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20862 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r20862 - gnunet/src/transport
Date: Mon, 2 Apr 2012 16:45:38 +0200

Author: wachs
Date: 2012-04-02 16:45:38 +0200 (Mon, 02 Apr 2012)
New Revision: 20862

Modified:
   gnunet/src/transport/transport_api_address_lookup.c
Log:
- typos


Modified: gnunet/src/transport/transport_api_address_lookup.c
===================================================================
--- gnunet/src/transport/transport_api_address_lookup.c 2012-04-02 13:59:05 UTC 
(rev 20861)
+++ gnunet/src/transport/transport_api_address_lookup.c 2012-04-02 14:45:38 UTC 
(rev 20862)
@@ -294,17 +294,17 @@
 
 /**
  * Return all the known addresses for a specific peer or all peers.
- * Returns continously all address if one_shot is set to GNUNET_NO
+ * Returns continuously all address if one_shot is set to GNUNET_NO
  *
  * CHANGE: Returns the address(es) that we are currently using for this
  * peer.  Upon completion, the 'AddressLookUpCallback' is called one more
  * time with 'NULL' for the address and the peer.  After this, the operation 
must no
- * longer be explicitly cancelled.
+ * longer be explicitly canceled.
  *
  * @param cfg configuration to use
  * @param peer peer identity to look up the addresses of, CHANGE: allow NULL 
for all (connected) peers
  * @param one_shot GNUNET_YES to return the current state and then end (with 
NULL+NULL),
- *                 GNUNET_NO to monitor the set of addresses used 
(continuously, must be explicitly cancelled)
+ *                 GNUNET_NO to monitor the set of addresses used 
(continuously, must be explicitly canceled)
  * @param timeout how long is the lookup allowed to take at most (irrelevant 
if one_shot is set to GNUNET_NO)
  * @param peer_address_callback function to call with the results
  * @param peer_address_callback_cls closure for peer_address_callback




reply via email to

[Prev in Thread] Current Thread [Next in Thread]