gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32352 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r32352 - gnunet/src/gns
Date: Sun, 16 Feb 2014 15:55:49 +0100

Author: grothoff
Date: 2014-02-16 15:55:49 +0100 (Sun, 16 Feb 2014)
New Revision: 32352

Modified:
   gnunet/src/gns/gns_api.c
Log:
-typos, doxygen

Modified: gnunet/src/gns/gns_api.c
===================================================================
--- gnunet/src/gns/gns_api.c    2014-02-16 14:55:07 UTC (rev 32351)
+++ gnunet/src/gns/gns_api.c    2014-02-16 14:55:49 UTC (rev 32352)
@@ -390,7 +390,7 @@
                                                              rd))
   {
     LOG (GNUNET_ERROR_TYPE_ERROR,
-        _("Failed to serialize lookup reply from GNS service!\n"));
+        _("Failed to deserialize lookup reply from GNS service!\n"));
     proc (proc_cls, 0, NULL);
   }
   else
@@ -526,7 +526,7 @@
  * @param only_cached #GNUNET_YES to only check locally (not in the DHT)
  * @param shorten_zone_key the private key of the shorten zone (can be NULL)
  * @param proc processor to call on result
- * @param proc_cls closure for processor
+ * @param proc_cls closure for @a proc
  * @return handle to the get request
  */
 struct GNUNET_GNS_LookupRequest*




reply via email to

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