aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-16 14:55:49 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-16 14:55:49 +0000
commit86fe24ae780d62e0ec2b35946b77ccfa48682784 (patch)
treea31ce662ebdcf40dee3df8ba7d4987200de8d777 /src
parentd719b32495bed06aa3fe7b1594cccf41a70bd66c (diff)
downloadgnunet-86fe24ae780d62e0ec2b35946b77ccfa48682784.tar.gz
gnunet-86fe24ae780d62e0ec2b35946b77ccfa48682784.zip
-typos, doxygen
Diffstat (limited to 'src')
-rw-r--r--src/gns/gns_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index f8ce026c7..0bed57d54 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -390,7 +390,7 @@ process_lookup_reply (struct GNUNET_GNS_LookupRequest *qe,
390 rd)) 390 rd))
391 { 391 {
392 LOG (GNUNET_ERROR_TYPE_ERROR, 392 LOG (GNUNET_ERROR_TYPE_ERROR,
393 _("Failed to serialize lookup reply from GNS service!\n")); 393 _("Failed to deserialize lookup reply from GNS service!\n"));
394 proc (proc_cls, 0, NULL); 394 proc (proc_cls, 0, NULL);
395 } 395 }
396 else 396 else
@@ -526,7 +526,7 @@ GNUNET_GNS_lookup_cancel (struct GNUNET_GNS_LookupRequest *lr)
526 * @param only_cached #GNUNET_YES to only check locally (not in the DHT) 526 * @param only_cached #GNUNET_YES to only check locally (not in the DHT)
527 * @param shorten_zone_key the private key of the shorten zone (can be NULL) 527 * @param shorten_zone_key the private key of the shorten zone (can be NULL)
528 * @param proc processor to call on result 528 * @param proc processor to call on result
529 * @param proc_cls closure for processor 529 * @param proc_cls closure for @a proc
530 * @return handle to the get request 530 * @return handle to the get request
531 */ 531 */
532struct GNUNET_GNS_LookupRequest* 532struct GNUNET_GNS_LookupRequest*