aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 2d5327e06..b24db9b26 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -324,7 +324,7 @@ free_ze (struct GNUNET_NAMESTORE_ZoneIterator *ze)
324 324
325 325
326/** 326/**
327 * Check that @a rd_buf of lenght @a rd_len contains 327 * Check that @a rd_buf of length @a rd_len contains
328 * @a rd_count records. 328 * @a rd_count records.
329 * 329 *
330 * @param rd_len length of @a rd_buf 330 * @param rd_len length of @a rd_buf
@@ -557,7 +557,7 @@ handle_record_result (void *cls, const struct RecordResultMessage *msg)
557 return; /* rid not found */ 557 return; /* rid not found */
558 if ((NULL != ze) && (NULL != qe)) 558 if ((NULL != ze) && (NULL != qe))
559 { 559 {
560 GNUNET_break (0); /* rid ambigous */ 560 GNUNET_break (0); /* rid ambiguous */
561 force_reconnect (h); 561 force_reconnect (h);
562 return; 562 return;
563 } 563 }
@@ -614,7 +614,7 @@ handle_record_result_end (void *cls, const struct GNUNET_NAMESTORE_Header *msg)
614 return; /* rid not found */ 614 return; /* rid not found */
615 if ((NULL != ze) && (NULL != qe)) 615 if ((NULL != ze) && (NULL != qe))
616 { 616 {
617 GNUNET_break (0); /* rid ambigous */ 617 GNUNET_break (0); /* rid ambiguous */
618 force_reconnect (h); 618 force_reconnect (h);
619 return; 619 return;
620 } 620 }