]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Spelling errors reported on user list.
authorYuri Schaeffer <yuri@nlnetlabs.nl>
Thu, 23 Feb 2017 10:47:33 +0000 (11:47 +0100)
committerYuri Schaeffer <yuri@nlnetlabs.nl>
Thu, 23 Feb 2017 10:47:33 +0000 (11:47 +0100)
16 files changed:
Changelog
doc/function_manpages
drill/drill.1.in
drill/error.c
error.c
examples/ldns-compare-zones.1
examples/ldns-dane.c
examples/ldns-dpa.1
examples/ldns-dpa.c
examples/ldns-read-zone.1
examples/ldns-zsplit.c
ldns/dane.h
ldns/dname.h
ldns/dnssec_verify.h
ldns/update.h
ldns/zone.h

index b59d2c5fcf2d478a34547c5ac1aec0422d374981..37b381d9b421fa4f2596837907b27e7d8edc0632 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -6,6 +6,8 @@
          Thanks Emil Natan
        * bugfix #617: Retry WKS service and protocol names lower case.
          Thanks Siali Yan
+       * Spelling errors in binaries and man pages
+         Thanks Andreas Schulze
 
 1.7.0  2016-12-20
        * Fix lookup of relative names in ldns_resolver_search.
index db53ee5ad1ff133d0d8f30d2539f5df833bc0dab..719d9cbca4758769c1674696ecd1c90736de9f94 100644 (file)
@@ -47,7 +47,7 @@ ldns_rdf, ldns_rdf_type | ldns_rdf_set_size, ldns_rdf_set_type, ldns_rdf_set_dat
 ldns_rdf_set_size, ldns_rdf_set_type, ldns_rdf_set_data | ldns_rdf - set rdf attributes
 ldns_rdf_size, ldns_rdf_get_type, ldns_rdf_data, ldns_rdf_compare | ldns_rdf - get rdf attributes
 ldns_rdf_new, ldns_rdf_clone, ldns_rdf_new_frm_data, ldns_rdf_new_frm_str, ldns_rdf_new_frm_fp, ldns_rdf_free, ldns_rdf_deep_free, ldns_rdf_print | ldns_rdf - ldns_rdf creation, destruction and printing
-ldns_native2rdf_int8, ldns_native2rdf_int16, ldns_native2rdf_int32, ldns_native2rdf_int16_data, ldns_rdf2native_int8, ldns_rdf2native_int16, ldns_rdf2native_int32, ldns_rdf2native_sockaddr_storage, ldns_rdf2native_time_t | ldns_rdf - rdf numeric converion functions
+ldns_native2rdf_int8, ldns_native2rdf_int16, ldns_native2rdf_int32, ldns_native2rdf_int16_data, ldns_rdf2native_int8, ldns_rdf2native_int16, ldns_rdf2native_int32, ldns_rdf2native_sockaddr_storage, ldns_rdf2native_time_t | ldns_rdf - rdf numeric conversion functions
 ldns_rdf_address_reverse | ldns_rdf - reverse an address rdf
 ldns_octet | ldns_rdf - removes escaped from the input
 # why is this in rdata.h?
index c3da109fb060db6c16dd3547e13f5ed13b43ecb1..588b72c59cf18305e9f21799116594551499faa3 100644 (file)
@@ -20,7 +20,7 @@ drill \- get (debug) information out of DNS(SEC)
 
 .SH DESCRIPTION
 \fBdrill\fR is a tool to designed to get all sorts of information out of the
-DNS. It is specificly designed to be used with DNSSEC. 
+DNS. It is specifically designed to be used with DNSSEC.
 .PP
 The name \fBdrill\fR is a pun on \fBdig\fR. With \fBdrill\fR you should be able
 get even more information than with \fBdig\fR.
index 591687d0db504f4c5a2ef80d8a87dc18fccde2e0..137021f3866c6dc78e0fe41032850b2e440f7747 100644 (file)
@@ -2,7 +2,7 @@
  * error.c
  *
  * error reporting routines
- * basicly wrappers around printf
+ * basically wrappers around printf
  *
  * (c) 2005 NLnet Labs
  *
diff --git a/error.c b/error.c
index 35ee5bdd5e24dc3449bc6dc0e962fd9ce80d289a..7943017a9047632832a30b3d8b9b0d2a5d084889 100644 (file)
--- a/error.c
+++ b/error.c
@@ -36,7 +36,7 @@ ldns_lookup_table ldns_error_str[] = {
         { LDNS_STATUS_NETWORK_ERR, "Could not send or receive, because of network error" },
         { LDNS_STATUS_ADDRESS_ERR, "Could not start AXFR, because of address error" },
         { LDNS_STATUS_FILE_ERR, "Could not open the files" },
-        { LDNS_STATUS_UNKNOWN_INET, "Uknown address family" },
+        { LDNS_STATUS_UNKNOWN_INET, "Unknown address family" },
         { LDNS_STATUS_NOT_IMPL, "This function is not implemented (yet), please notify the developers - or not..." },
        { LDNS_STATUS_NULL, "Supplied value pointer null" },
         { LDNS_STATUS_CRYPTO_UNKNOWN_ALGO, "Unknown cryptographic algorithm" },
index f299bb229eb877b65cbd30b5b6cce3562c681482..6bcb61b11183c28428533eb77ad7fb4f3162836e 100644 (file)
@@ -13,7 +13,7 @@ ldns-compare-zones \- read and compare two zonefiles and print differences
 .SH DESCRIPTION
 \fBldns-compare-zones\fR reads two DNS zone files and prints number of differences.
 .nf
-Output is formated to:
+Output is formatted to:
         +NUM_INS        \-NUM_DEL        ~NUM_CHG
 
 .fi
index bdfd4cc3398e6530ae5590a0a2b5d627c7a06bac..a846d338565f43dd7c7a21b19673f5fd4604f9da 100644 (file)
@@ -444,7 +444,7 @@ rr_list_filter_rr_type(ldns_rr_list* l, ldns_rr_type t)
  * types "Service certificate constraint" are replaced with 
  * "Domain-issued certificate".
  *
- * This to check what would happen if PKIX validation was successfull always.
+ * This to check what would happen if PKIX validation was successful always.
  */
 static ldns_rr_list*
 dane_no_pkix_transform(const ldns_rr_list* tlas)
index b6688ae4c73ad5b267fd19748a8a501c6b13900d..ba962c37d32591efc83b7d119d2a7815beafd144 100644 (file)
@@ -9,7 +9,7 @@ dpa \- DNS Packet Analyzer. Analyze DNS packets in ip trace files
 .IR TRACEFILE 
 
 .SH DESCRIPTION
-\fBdpa\fR is used to analyze dns packets in trace files. It has 3 main options: count, filter, and count uniques (i.e. count all different occurences).
+\fBdpa\fR is used to analyze dns packets in trace files. It has 3 main options: count, filter, and count uniques (i.e. count all different occurrences).
 
 .SH OPTIONS
 .TP
@@ -54,7 +54,7 @@ If no \-f was given, evaluate all correct dns packets.
 
 .TP
 \fB-u\fR \fImatchnamelist\fR
-Count every occurence of every value of the matchname (for instance, count all packetsizes, see EXAMPLES in ldns-dpa(1) ).
+Count every occurrence of every value of the matchname (for instance, count all packetsizes, see EXAMPLES in ldns-dpa(1) ).
 
 .TP
 \fB-ua\fR
index 356b7eea759d703e8c714b3eda1c4048fceef18e..1fc54d3118bd1803a585ec9e6bd703bbbde7ca04 100644 (file)
@@ -1914,7 +1914,7 @@ usage(FILE *output)
        fprintf(output, "\t-u <matchnamelist>:\tCount all occurrences of matchname\n");
        fprintf(output, "\t-ua:\t\tShow average value of every -u matchname\n");
        fprintf(output, "\t-uac:\t\tShow average count of every -u matchname\n");
-       fprintf(output, "\t-um <number>:\tOnly show -u results that occured more than number times\n");
+       fprintf(output, "\t-um <number>:\tOnly show -u results that occurred more than number times\n");
        fprintf(output, "\t-v <level>:\tbe more verbose\n");
        fprintf(output, "\t-notip <file>:\tDump pcap packets that were not recognized as\n\t\t\tIP packets to file\n");
        fprintf(output, "\t-baddns <file>:\tDump mangled dns packets to file\n");
index 0d77889f49c7c9b142c0b9db3aaa386630321e1a..18c9f6dbf69dc541de1442f89c372f22bd00e04a 100644 (file)
@@ -65,7 +65,7 @@ printed.
 .TP
 \fB-S\fR \fI[[+|0]number | YYYYMMDDxx | unixtime ]\fR
 Set serial number to the given \fInumber\fR, or when preceded by a sign,
-offset the exisiting number with it. When giving the literal strings 
+offset the existing number with it. When giving the literal strings
 \fIYYYYMMDDxx\fR or \fIunixtime\fR, the serial number is tried to be reset
 in datecounter or in unixtime format respectively. Though is the updated serial
 number is smaller than the original one, the original one is simply
index 0843c589e9cfef0e79a0b9b90f4b917d34f008ff..618a57b03f7d7de08439e7c13d19145842d9e7d9 100644 (file)
@@ -40,7 +40,7 @@ usage(FILE *f, char *progname)
                fprintf(f, "  -n NUMBER\tsplit after this many RRs\n");
                fprintf(f, "  -o ORIGIN\tuse this as initial origin, for zones starting with @\n");
                fprintf(f, "  -z\t\tsort the zone prior to splitting. The current ldns zone\n");
-               fprintf(f, "  \t\timplementation makes this unuseable for large zones.\n");
+               fprintf(f, "  \t\timplementation makes this unusable for large zones.\n");
                fprintf(f, "  -v\t\tshow version number and exit\n");
 }
 
index 142afb8d21b54422febbc7cb6b77b6d58ae958ad..3bde546391ee18311ccd7599cd41c8ebd37d17d9 100644 (file)
@@ -122,7 +122,7 @@ typedef enum ldns_enum_dane_transport ldns_dane_transport;
  *
  * \param[out] tlsa_owner The created dname.
  * \param[in] name The dname that should be prefixed.
- * \param[in] port The service port number for wich the name should be created.
+ * \param[in] port The service port number for which the name should be created.
  * \param[in] transport The transport for which the name should be created.
  * \return LDNS_STATUS_OK on success or an error code otherwise.
  */
index 494ef28544c27601daa7d5e40fc8cacd628f2728..b76e823d738a14050108d7083d4d3ea9542c6192 100644 (file)
@@ -134,7 +134,7 @@ ldns_rdf *ldns_dname_new_frm_data(uint16_t size, const void *data);
 void ldns_dname2canonical(const ldns_rdf *rdf);
 
 /**
- * test wether the name sub falls under parent (i.e. is a subdomain
+ * test whether the name sub falls under parent (i.e. is a subdomain
  * of parent). This function will return false if the given dnames are
  * equal.
  * \param[in] sub the name to test
index 26e3272b5d7c75e9915bf15f1ec1a763fff3da10..80881c682f179cecbca33578cc4e75730919cf61 100644 (file)
@@ -692,7 +692,7 @@ ldns_status ldns_verify_rrsig_keylist_notime(const ldns_rr_list *rrset,
  * \param[in] rrset the rrset
  * \param[in] rrsig the rrsig to verify
  * \param[in] key the key to use
- * \return status message wether verification succeeded.
+ * \return status message whether verification succeeded.
  */
 ldns_status ldns_verify_rrsig(ldns_rr_list *rrset,
                                                ldns_rr *rrsig,
@@ -705,7 +705,7 @@ ldns_status ldns_verify_rrsig(ldns_rr_list *rrset,
  * \param[in] rrsig the rrsig to verify
  * \param[in] key the key to use
  * \param[in] check_time the time for which the validation is performed
- * \return status message wether verification succeeded.
+ * \return status message whether verification succeeded.
  */
 ldns_status ldns_verify_rrsig_time(
                ldns_rr_list *rrset, ldns_rr *rrsig, 
index 414aff73c07ea7f3bceec0985dd3105b021e4c04..8840d3842702018aeb58a5a522cdfb270123512e 100644 (file)
@@ -42,7 +42,7 @@ ldns_pkt *ldns_update_pkt_new(ldns_rdf *zone_rdf, ldns_rr_class clas, const ldns
  * \param[in] p packet to copy to
  * \param[in] r resolver to copy from
  *
- * \return status wether successfull or not
+ * \return status whether successful or not
  */
 ldns_status ldns_update_pkt_tsig_add(ldns_pkt *p, const ldns_resolver *r);
 
index f51b6bc0ebc1cc3f72d44a3d410b4ff9d82b1911..f30d7c48cf3388cf193762de1a0b24c0bdff2cfd 100644 (file)
@@ -43,7 +43,7 @@ struct ldns_struct_zone
 {
        /** the soa defines a zone */
        ldns_rr         *_soa;
-       /* basicly a zone is a list of rr's */
+       /* basically a zone is a list of rr's */
        ldns_rr_list    *_rrs;
        /* we could change this to be a b-tree etc etc todo */
 };