]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Review yuri
authorWillem Toorop <willem@nlnetlabs.nl>
Tue, 1 Oct 2013 14:59:09 +0000 (16:59 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Tue, 1 Oct 2013 14:59:09 +0000 (16:59 +0200)
drill/drill.1.in
ldns/dnssec.h
ldns/host2str.h

index 35f11c0f996997ee9a5e6fef5f3001563cbc6b2d..778ba249639d0e7595b75a7a661569ee0d0c794f 100644 (file)
@@ -221,7 +221,7 @@ don't randomize the nameserver list before sending queries.
 The exit status is 0 if the looked up answer is secure and trusted,
 or insecure.
 The exit status is not 0 if the looked up answer is untrusted or bogus,
-or an error occerred while performing the lookup.
+or an error occurred while performing the lookup.
 
 .SH "FILES"
 .TP
index 51eac2838afe20890c6eef1861eb1695d3f3e661..f4cdafbe9deb71b455ac976fc5da6639be85d3d9 100644 (file)
@@ -372,7 +372,7 @@ ldns_rdf *ldns_nsec3_hash_name_frm_nsec3(const ldns_rr *nsec, ldns_rdf *name);
 bool ldns_nsec_bitmap_covers_type(const ldns_rdf* bitmap, ldns_rr_type type);
 
 /**
- * Check if RR type t is enumerated in the type bitmap rdf and sets the bit.
+ * Checks if RR type t is enumerated in the type bitmap rdf and sets the bit.
  * \param[in] bitmap the RR type bitmap rdf to look in
  * \param[in] type the type to for which the bit to set
  * \return LDNS_STATUS_OK on success. LDNS_STATUS_TYPE_NOT_IN_BITMAP is 
@@ -381,7 +381,7 @@ bool ldns_nsec_bitmap_covers_type(const ldns_rdf* bitmap, ldns_rr_type type);
 ldns_status ldns_nsec_bitmap_set_type(ldns_rdf* bitmap, ldns_rr_type type);
 
 /**
- * Check if RR type t is enumerated in the type bitmap rdf and clears the bit.
+ * Checks if RR type t is enumerated in the type bitmap rdf and clears the bit.
  * \param[in] bitmap the RR type bitmap rdf to look in
  * \param[in] type the type to for which the bit to clear
  * \return LDNS_STATUS_OK on success. LDNS_STATUS_TYPE_NOT_IN_BITMAP is 
index 37886f8286b08a418324626d81087b9b5b8a1d79..e69389e90aeefaf86b7ef456f9d03fedc20452bc 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
 #define LDNS_APL_NEGATION       0x80
 
 /** 
- * Represent a NULL pointer (in stead of a pointer to a ldns_rr as "; (null)" 
+ * Represent a NULL pointer (instead of a pointer to a ldns_rr as "; (null)" 
  * as opposed to outputting nothing at all in such a case.
  */
 /*     Flag Name                       Flag Nr.        Has data associated