]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix additional spelling errors
authorEvan Hunt <each@isc.org>
Tue, 25 Feb 2020 05:59:02 +0000 (21:59 -0800)
committerEvan Hunt <each@isc.org>
Tue, 25 Feb 2020 06:04:43 +0000 (22:04 -0800)
74 files changed:
CHANGES
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssectool.c
bin/named/client.c
bin/named/lwresd.c
bin/named/query.c
bin/tests/optional/adb_test.c
bin/tests/system/dnssec/tests.sh
bin/tests/system/nsupdate/tests.sh
bin/tests/system/resolver/tests.sh
bin/tests/system/rpz/tests.sh
bin/tests/system/wildcard/ns1/named.conf.in
bin/win32/BINDInstall/BINDInstall.rc
bin/win32/BINDInstall/BINDInstallDlg.cpp
configure
contrib/dlz/config.dlz.in
contrib/dlz/drivers/dlz_bdb_driver.c
contrib/dlz/drivers/dlz_bdbhpt_driver.c
contrib/dlz/drivers/dlz_filesystem_driver.c
contrib/dlz/drivers/dlz_ldap_driver.c
contrib/dlz/drivers/dlz_mysql_driver.c
contrib/dlz/drivers/dlz_odbc_driver.c
contrib/dlz/drivers/dlz_postgres_driver.c
contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c
contrib/dlz/modules/ldap/dlz_ldap_dynamic.c
contrib/dlz/modules/mysql/dlz_mysql_dynamic.c
contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c
contrib/perftcpdns/perftcpdns.c
contrib/queryperf/queryperf.c
contrib/sdb/bdb/zone2bdb.c
contrib/sdb/ldap/zone2ldap.1
contrib/sdb/ldap/zone2ldap.c
doc/design/decompression
doc/design/dispatch
doc/design/lwres
doc/dev/dev.md
doc/dev/style.md
lib/dns/adb.c
lib/dns/dispatch.c
lib/dns/dnssec.c
lib/dns/include/dns/adb.h
lib/dns/include/dns/db.h
lib/dns/include/dns/dyndb.h
lib/dns/include/dns/keytable.h
lib/dns/resolver.c
lib/dns/tests/geoip_test.c
lib/dns/tests/gost_test.c
lib/dns/tests/rdata_test.c
lib/dns/zone.c
lib/isc/entropy.c
lib/isc/include/isc/entropy.h
lib/isc/include/isc/fsaccess.h
lib/isc/include/isc/hash.h
lib/isc/include/isc/log.h
lib/isc/include/isc/ondestroy.h
lib/isc/include/isc/platform.h.in
lib/isc/pthreads/include/isc/once.h
lib/isc/tests/hash_test.c
lib/isc/tests/random_test.c
lib/isc/win32/include/isc/strerror.h
lib/isc/win32/socket.c
lib/isccfg/parser.c
lib/lwres/include/lwres/platform.h.in
lib/lwres/lwbuffer.c
lib/lwres/lwconfig.c
lib/lwres/lwresutil.c
lib/lwres/man/lwres_buffer.3
lib/lwres/man/lwres_buffer.docbook
lib/lwres/man/lwres_buffer.html
lib/lwres/man/lwres_packet.3
lib/lwres/man/lwres_packet.docbook
lib/lwres/man/lwres_packet.html
lib/lwres/man/resolver.5
lib/lwres/win32/include/lwres/platform.h

diff --git a/CHANGES b/CHANGES
index 02c2e39bb74ea7d69c085ef4fe10e3faa19ce3e7..c18ac554d426aabd1cd4f0996a81f1d4f853518f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        and defaulting to the working directory if not
                        specified) must be writable. [RT #46077]
 
-4766.  [cleanup]       Addresss Coverity warnings. [RT #46150]
+4766.  [cleanup]       Address Coverity warnings. [RT #46150]
 
 4763.  [contrib]       Improve compatibility when building MySQL DLZ
                        module by using mysql_config if available.
 
 1831.  [doc]           Update named-checkzone documentation. [RT #13604]
 
-1830.  [bug]           adb lame cache has sence of test reversed. [RT #13600]
+1830.  [bug]           adb lame cache has sense of test reversed. [RT #13600]
 
 1829.  [bug]           win32: "pid-file none;" broken. [RT #13563]
 
index 46d9fad0de3644a8cbe100c868444a7372a785be..319a8050bd41c7078fd2d7d3ff3d8d934e2cf166 100644 (file)
@@ -802,7 +802,7 @@ hashlist_hasdup(hashlist_t *l) {
        size_t entries = l->entries;
 
        /*
-        * Skip initial speculative wild card hashs.
+        * Skip initial speculative wild card hashes.
         */
        while (entries > 0U && next[l->length-1] != 0U) {
                next += l->length;
@@ -2312,7 +2312,7 @@ nsec3ify(unsigned int hashalg, dns_iterations_t iterations,
                                      salt, salt_len, false);
                dns_db_detachnode(gdb, &node);
                /*
-                * Add hashs for empty nodes.  Use closest encloser logic.
+                * Add hashes for empty nodes.  Use closest encloser logic.
                 * The closest encloser either has data or is a empty
                 * node for another <name,nextname> span so we don't add
                 * it here.  Empty labels on nextname are within the span.
index cdf209f54de8911a2fc73e15d4d1872a4d439b94..618ec5b5896c13d7fc2f3f569d1514e05a40b9a4 100644 (file)
@@ -694,7 +694,7 @@ verifynsec(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name,
        result = dns_rdataset_next(&rdataset);
        if (result != ISC_R_NOMORE) {
                dns_name_format(name, namebuf, sizeof(namebuf));
-               fprintf(stderr, "Multipe NSEC records for %s\n", namebuf);
+               fprintf(stderr, "Multiple NSEC records for %s\n", namebuf);
                goto failure;
 
        }
@@ -1073,7 +1073,7 @@ verifynsec3(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *origin,
        check_result(result, "dns_nsec3_hashname()");
 
        /*
-        * We don't use dns_db_find() here as it works with the choosen
+        * We don't use dns_db_find() here as it works with the chosen
         * nsec3 chain and we may also be called with uncommitted data
         * from dnssec-signzone so the secure status of the zone may not
         * be up to date.
index f8431bc36ada09d449e9fea42f7f724efdd347a0..9a0d3c800909e440778e54c4d9aa2a2990a98985 100644 (file)
@@ -685,7 +685,7 @@ exit_check(ns_client_t *client) {
                 * the "freed" state, it will be removed from the inactive
                 * list shortly, and we need to keep the manager locked until
                 * that has been done, lest the manager decide to reactivate
-                * the dying client inbetween.
+                * the dying client in between.
                 */
                client->state = NS_CLIENTSTATE_INACTIVE;
                INSIST(client->recursionquota == NULL);
index cdc0963884c315b2d61a068e9d1b2a188f23049d..1f834cb38ff7c3c875fb459cb29f7b3534fc5d4a 100644 (file)
@@ -13,8 +13,8 @@
  * \brief
  * Main program for the Lightweight Resolver Daemon.
  *
- * To paraphrase the old saying about X11, "It's not a lightweight deamon
- * for resolvers, it's a deamon for lightweight resolvers".
+ * To paraphrase the old saying about X11, "It's not a lightweight daemon
+ * for resolvers, it's a daemon for lightweight resolvers".
  */
 
 #include <config.h>
index 3970e35c49838e936ef0aa2679ba7100da965835..fd80cff124a75d9ff892af8b624a1d105c5a9d7e 100644 (file)
@@ -5667,7 +5667,7 @@ rpz_rewrite(ns_client_t *client, dns_rdatatype_t qtype,
                        goto cleanup;
                /*
                 * We are finished checking the IP addresses for the qname.
-                * Start with IPv4 if we will check NS IP addesses.
+                * Start with IPv4 if we will check NS IP addresses.
                 */
                st->state |= DNS_RPZ_DONE_QNAME_IP;
                st->state &= ~DNS_RPZ_DONE_IPv4;
index 9cd96a4a7a32ebb17e2499812bb66a87086fe0f4..839b3e80b20432159b34e7a1e7195f6bda7e32ef 100644 (file)
@@ -364,7 +364,7 @@ main(int argc, char **argv) {
        lookup("moghedien.flame.org.");         /* should fetch */
        lookup("mailrelay.flame.org.");         /* should fetch */
        lookup("ipv4v6.flame.org.");            /* should fetch */
-       lookup("nonexistant.flame.org.");       /* should fail to be found */
+       lookup("nonexistent.flame.org.");       /* should fail to be found */
        lookup("foobar.badns.flame.org.");      /* should fail utterly (NS) */
        lookup("i.root-servers.net.");          /* Should be in hints */
        lookup("www.firstcard.com.");
@@ -386,7 +386,7 @@ main(int argc, char **argv) {
        lookup("moghedien.flame.org.");         /* should fetch */
        lookup("mailrelay.flame.org.");         /* should fetch */
        lookup("ipv4v6.flame.org.");            /* should fetch */
-       lookup("nonexistant.flame.org.");       /* should fail to be found */
+       lookup("nonexistent.flame.org.");       /* should fail to be found */
        lookup("foobar.badns.flame.org.");      /* should fail utterly (NS) */
        lookup("i.root-servers.net.");          /* Should be in hints */
        CUNLOCK();
index 5f65d38c1d8f6df6150aa51ce8e25a14e9363755..101b0b6f6fb1ad637eb80f8e42d76339c8ba018f 100644 (file)
@@ -191,7 +191,7 @@ status=`expr $status + $ret`
 
 if [ -x ${DELV} ] ; then
    ret=0
-   echo_i "checking postive validation NSEC using dns_client ($n)"
+   echo_i "checking positive validation NSEC using dns_client ($n)"
    $DELV $DELVOPTS @10.53.0.4 a a.example > delv.out$n || ret=1
    grep "a.example..*10.0.0.1" delv.out$n > /dev/null || ret=1
    grep "a.example..*.RRSIG.A [0-9][0-9]* 2 300 .*" delv.out$n > /dev/null || ret=1
index 4da48490b66cd6c047deee50f44ef9f60dd322e2..b4be43779646e60cb982c8d629e2e3294a87a7b1 100755 (executable)
@@ -527,8 +527,8 @@ digcomp knowngood.ns1.afterstop dig.out.ns1 || ret=1
 
 ret=0
 echo_i "check that 'nsupdate -l' with a missing keyfile reports the missing file"
-$NSUPDATE -l -p ${PORT} -k ns1/nonexistant.key 2> nsupdate.out < /dev/null
-grep ns1/nonexistant.key nsupdate.out > /dev/null || ret=1
+$NSUPDATE -l -p ${PORT} -k ns1/nonexistent.key 2> nsupdate.out < /dev/null
+grep ns1/nonexistent.key nsupdate.out > /dev/null || ret=1
 if test $ret -ne 0
 then
 echo_i "failed"; status=1
index 312de585e58b3656f2dfc562944d9223090e5836..7fd8ed744832e0c784a4726b9bf749c35311aaf3 100755 (executable)
@@ -454,7 +454,7 @@ sleep ${interval:-0}
 $DIG $DIGOPTS @10.53.0.5 fetch.tld txt > dig.out.2.${n} || ret=1
 ttl2=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.2.${n}`
 sleep 1
-# check that prefetch occured
+# check that prefetch occurred
 $DIG $DIGOPTS @10.53.0.5 fetch.tld txt > dig.out.3.${n} || ret=1
 ttl=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.3.${n}`
 test ${ttl:-0} -gt ${ttl2:-1} || ret=1
@@ -473,7 +473,7 @@ sleep ${interval:-0}
 $DIG $DIGOPTS @10.53.0.5 ds.example.net ds > dig.out.2.${n} || ret=1
 dsttl2=`awk '$4 == "DS" && $7 == "1" { print $2 }' dig.out.2.${n}`
 sleep 1
-# check that prefetch occured
+# check that prefetch occurred
 $DIG $DIGOPTS @10.53.0.5 ds.example.net ds +dnssec > dig.out.3.${n} || ret=1
 dsttl=`awk '$4 == "DS" && $7 == "1" { print $2 }' dig.out.3.${n}`
 sigttl=`awk '$4 == "RRSIG" && $5 == "DS" { print $2 }' dig.out.3.${n}`
@@ -498,7 +498,7 @@ no_prefetch() {
        # the previous one.
        $DIG $DIGOPTS @10.53.0.7 fetch.example.net txt > dig.out.2.${n} || return 1
        ttl2=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.2.${n}`
-        # check that prefetch has not occured
+        # check that prefetch has not occurred
         if [ $ttl2 -ge $tmp_ttl ]; then
                 return 1
         fi
index 5fd7d567c45ef42c4d51a83e1e0648b3a595e2e5..15cc110b351d48ac549149b92be0cd190d78e9c2 100644 (file)
@@ -487,7 +487,7 @@ EOF
        sleep 1
   done
   nochange a7-1.tld2                           # 19 PASSTHRU
-  # ensure that a clock tick has occured so that the reload takes effect
+  # ensure that a clock tick has occurred so that the reload takes effect
   sleep 1
   cp ns2/blv3.tld2.db.in ns2/bl.tld2.db
   goodsoa="rpz.tld2. hostmaster.ns.tld2. 3 3600 1200 604800 60"
index 6576d1dbe6c6a8c4d6f55fb1c301caa7bddd2400..c2b0b2016684c69cacc129a6ec15d150754319e2 100644 (file)
@@ -30,7 +30,7 @@ zone "nsec" { type master; file "nsec.db.signed"; };
 zone "private.nsec" { type master; file "private.nsec.db.signed"; };
 
 /*
- * The contents of nsec3 and private.nsec3 are specially choosen to
+ * The contents of nsec3 and private.nsec3 are specially chosen to
  * have separate NSEC3 records for the "no qname proof" and the
  * "closest encloser proof".
  */
index 96fe44fd6a82d9e8ab72d9f1512eac2481fc5252..5c7dd80d4a19be35159ec7ba2e4fbfb50ffa0e2b 100644 (file)
@@ -277,12 +277,12 @@ BEGIN
     IDS_BAD_PRIVILEGES      "This user cannot acquire the privileges necessary to install BIND.  Please ensure you are logged on as a member of the Administrators group."
     IDS_ERR_CREATE_DIR      "An error occurred while creating directory %s\n(%s)"
     IDS_VERSION             "Version %s"
-    IDS_ERR_CREATE_KEY      "An error occured while creating registry keys\n(%s)"
+    IDS_ERR_CREATE_KEY      "An error occurred while creating registry keys\n(%s)"
 END
 
 STRINGTABLE 
 BEGIN
-    IDS_ERR_SET_VALUE       "An error occured while setting registry key values\n(%s)"
+    IDS_ERR_SET_VALUE       "An error occurred while setting registry key values\n(%s)"
     IDS_NO_VERSION          "Version Unknown"
     IDS_EXISTING_NEWER      "%s\nThe existing version of this file is newer than the version being installed.\nDo you wish to overwrite the existing file?"
     IDS_FILE_BAD            "Could not retrieve version info for file %s.  Do you wish to continue?\n(Continuing may overwrite a newer version of the file) "
index 0d35977c664856a04ea51339cd7d0acd0bfe429a..4480b3a11279dd9b6e6c6be8c10b57b642b79628 100644 (file)
@@ -648,7 +648,7 @@ void CBINDInstallDlg::OnInstall() {
        }
        catch(DWORD dw) {
                CString msg;
-               msg.Format("A fatal error occured\n(%s)", GetErrMessage(dw));
+               msg.Format("A fatal error occurred\n(%s)", GetErrMessage(dw));
                MessageBox(msg);
                SetCurrent(IDS_CLEANUP);
                FailedInstall();
index fa6d6b079bb400e0d227013d25af72ca3d7e89f1..920d3bfb635d047b7c8922bf51617344df4929fd 100755 (executable)
--- a/configure
+++ b/configure
@@ -24674,7 +24674,7 @@ $as_echo "not found" >&6; }
 $as_echo "" >&6; }
                for dd in $bdbdirs
                do
-                       # Skip nonexistant directories
+                       # Skip nonexistent directories
                        if test ! -d "$dd"
                        then
                                continue
index 5ddde180b7036528cc0c07e2992aab6aee604129..f769cf1f703d253a349229ac675d6ef37a56f51c 100644 (file)
@@ -251,7 +251,7 @@ case "$use_dlz_bdb" in
                 AC_MSG_RESULT( )
                for dd in $bdbdirs
                do
-                       # Skip nonexistant directories
+                       # Skip nonexistent directories
                        if test ! -d "$dd"
                        then
                                continue
index ea23af29223549e2f90e4dea1b486bec411c3a44..d88d8b32e51acc663c5925240c1a2b32187c67e2 100644 (file)
@@ -196,7 +196,7 @@ bdb_parse_data(char *in, parsed_data_t *pd) {
        if (*endp != '\0' || pd->ttl < 0) {
                isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
                              DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
-                             "BDB driver ttl must be a postive number");
+                             "BDB driver ttl must be a positive number");
                return ISC_R_FAILURE;
        }
 
index aa923d2c79a828fcb87133d9dafeffdf816a5fd1..d0b6fd31b58c0946f72a329dcaa50c455fa29e53 100644 (file)
@@ -223,7 +223,7 @@ bdbhpt_parse_data(char *in, bdbhpt_parsed_data_t *pd) {
        if (*endp != '\0' || pd->ttl < 0) {
                isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
                              DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
-                             "bdbhpt driver ttl must be a postive number");
+                             "bdbhpt driver ttl must be a positive number");
                return ISC_R_FAILURE;
        }
 
index 7228fc740578c97a6e2b99f2dccd29c17921a04d..1f543fa7a6e41ea24e349901acded9e4d7a7ba00 100644 (file)
@@ -560,7 +560,7 @@ process_dir(isc_dir_t *dir, void *passback, config_data_t *cd,
                        isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
                                      DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
                                      "Filesystem driver "
-                                     "ttl must be a postive number");
+                                     "ttl must be a positive number");
                }
 
                /* pass data back to Bind */
@@ -938,7 +938,7 @@ fs_create(const char *dlzname, unsigned int argc, char *argv[],
                isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
                              DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
                              "Directory split count must be zero (0) "
-                             "or a postive number");
+                             "or a positive number");
        }
 
        /* get and store our separator character */
index e8bf2b53522c6d858c0bc22ad0888d15ba594c8b..6953a83f98fc6a8b81f539602deda7582cef462f 100644 (file)
@@ -422,7 +422,7 @@ ldap_process_results(LDAP *dbc, LDAPMessage *msg, char ** attrs,
                                                      DNS_LOGMODULE_DLZ,
                                                      ISC_LOG_ERROR,
                                                      "LDAP driver ttl must "
-                                                     "be a postive number");
+                                                     "be a positive number");
                                        goto cleanup;
                                }
                                break;
index 6f1742d068815abf78e363ef1eeaa690e1882c1f..ca97f9f48e44b0b96a586ab15257973dd95df4c8 100644 (file)
@@ -409,7 +409,7 @@ mysql_process_rs(dns_sdlzlookup_t *lookup, MYSQL_RES *rs)
                                              DNS_LOGCATEGORY_DATABASE,
                                              DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
                                              "mysql driver ttl must be "
-                                             "a postive number");
+                                             "a positive number");
                        }
                        result = dns_sdlz_putrr(lookup, safeGet(row[1]), ttl,
                                                safeGet(row[2]));
@@ -458,7 +458,7 @@ mysql_process_rs(dns_sdlzlookup_t *lookup, MYSQL_RES *rs)
                                              DNS_LOGCATEGORY_DATABASE,
                                              DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
                                              "mysql driver ttl must be "
-                                             "a postive number");
+                                             "a positive number");
                        }
                        /* ok, now tell Bind about it. */
                        result = dns_sdlz_putrr(lookup, safeGet(row[1]),
@@ -638,7 +638,7 @@ mysql_allnodes(const char *zone, void *driverarg, void *dbdata,
                        isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
                                      DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
                                      "mysql driver ttl must be "
-                                     "a postive number");
+                                     "a positive number");
                }
                if (fields == 4) {
                        /* tell Bind about it. */
index 7d452905c950e1aaf23ef61018f36bbbfd8e268f..c50a595a2ece745d9ed6f1e25d396082061abb54 100644 (file)
@@ -899,7 +899,7 @@ odbc_process_rs(dns_sdlzlookup_t *lookup, dbinstance_t *dbi)
                                                      DNS_LOGMODULE_DLZ,
                                                      ISC_LOG_ERROR,
                                                      "Odbc driver ttl must "
-                                                     "be a postive number");
+                                                     "be a positive number");
                                        result = ISC_R_FAILURE;
                                } else {
                                        /*
@@ -1131,7 +1131,7 @@ odbc_allnodes(const char *zone, void *driverarg, void *dbdata,
                                              DNS_LOGCATEGORY_DATABASE,
                                              DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
                                              "Odbc driver ttl must be "
-                                             "a postive number");
+                                             "a positive number");
                                result = ISC_R_FAILURE;
                        } else {
                                /* successful converting TTL, tell Bind  */
index 919dd5b201b7324c130ffa551de3414efe6b0bc2..26ffad70472fc1a83fbfe0f304f0bf5615aec65b 100644 (file)
@@ -725,7 +725,7 @@ postgres_process_rs(dns_sdlzlookup_t *lookup, PGresult *rs)
                                              DNS_LOGCATEGORY_DATABASE,
                                              DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
                                              "Postgres driver ttl must be "
-                                             "a postive number");
+                                             "a positive number");
                        }
                        /* ok, now tell Bind about it. */
                        result = dns_sdlz_putrr(lookup, PQgetvalue(rs, i, 1),
@@ -907,7 +907,7 @@ postgres_allnodes(const char *zone, void *driverarg, void *dbdata,
                        isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
                                      DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
                                      "Postgres driver ttl must be "
-                                     "a postive number");
+                                     "a positive number");
                }
                if (fields == 4) {
                        /* tell Bind about it. */
index a147a21c4fee28be5570c354ab3ddb8cb9bbf145..be15dd984e26fe9a8bbfd2aa7b72458cd7c2682b 100644 (file)
@@ -528,7 +528,7 @@ process_dir(dir_t *dir, void *passback, config_data_t *cd,
                if (*endp != '\0' || ttl < 0)
                        cd->log(ISC_LOG_ERROR,
                                "Filesystem driver "
-                               "ttl must be a postive number");
+                               "ttl must be a positive number");
 
                /* pass data back to Bind */
                if (dir_list == NULL)
@@ -898,7 +898,7 @@ dlz_create(const char *dlzname, unsigned int argc, char *argv[],
        if (*endp != '\0' || cd->splitcnt < 0)
                cd->log(ISC_LOG_ERROR,
                        "Directory split count must be zero (0) "
-                       "or a postive number");
+                       "or a positive number");
 
        /* get and store our separator character */
        cd->separator = *argv[5];
index 9211b75a74683743fc5b29103f28d0645a9843a5..2531312f3a5fa4ec9330edc05951bcef5b4413d2 100644 (file)
@@ -403,7 +403,7 @@ ldap_process_results(ldap_instance_t *db, LDAP *dbc, LDAPMessage *msg,
                                if (*endp != '\0' || ttl < 0) {
                                        db->log(ISC_LOG_ERROR,
                                                "LDAP driver ttl must "
-                                               "be a postive number");
+                                               "be a positive number");
                                        goto cleanup;
                                }
                                break;
index c80bd5c58d7d5b180887fa888b7b33817a74acd2..86bb58cec5a0fc9d16b42b73ef0bdf965f772b45 100644 (file)
@@ -475,7 +475,7 @@ mysql_process_rs(mysql_instance_t *db, dns_sdlzlookup_t *lookup,
                        if (*endp != '\0' || ttl < 0) {
                                db->log(ISC_LOG_ERROR,
                                        "MySQL module ttl must be "
-                                       "a postive number");
+                                       "a positive number");
                                return (ISC_R_FAILURE);
                        }
 
@@ -514,7 +514,7 @@ mysql_process_rs(mysql_instance_t *db, dns_sdlzlookup_t *lookup,
                        if (*endp != '\0' || ttl < 0) {
                                db->log(ISC_LOG_ERROR,
                                        "MySQL module ttl must be "
-                                       "a postive number");
+                                       "a positive number");
                                free(tmpString);
                                return (ISC_R_FAILURE);
                        }
@@ -672,7 +672,7 @@ dlz_allnodes(const char *zone, void *dbdata, dns_sdlzallnodes_t *allnodes) {
                if (*endp != '\0' || ttl < 0) {
                        db->log(ISC_LOG_ERROR,
                                "MySQL module ttl must be "
-                               "a postive number");
+                               "a positive number");
                        result = ISC_R_FAILURE;
                        goto cleanup;
                }
index 44d1ebefa9619070a482e12a35c5b53f509c9bae..3064e52379f0666be6db13fe89c8ecccb52bde25 100644 (file)
@@ -550,7 +550,7 @@ sqlite3_process_rs(sqlite3_instance_t *db, dns_sdlzlookup_t *lookup,
                        if (*endp != '\0' || ttl < 0) {
                                db->log(ISC_LOG_ERROR,
                                        "SQLite3 module: TTL must be "
-                                       "a postive number");
+                                       "a positive number");
                                return (ISC_R_FAILURE);
                        }
 
@@ -589,7 +589,7 @@ sqlite3_process_rs(sqlite3_instance_t *db, dns_sdlzlookup_t *lookup,
                        if (*endp != '\0' || ttl < 0) {
                                db->log(ISC_LOG_ERROR,
                                        "SQLite3 module: TTL must be "
-                                       "a postive number");
+                                       "a positive number");
                                free(tmpString);
                                return (ISC_R_FAILURE);
                        }
@@ -748,7 +748,7 @@ dlz_allnodes(const char *zone, void *dbdata, dns_sdlzallnodes_t *allnodes) {
                if (*endp != '\0' || ttl < 0) {
                        db->log(ISC_LOG_ERROR,
                                "SQLite3 module: TTL must be "
-                               "a postive number");
+                               "a positive number");
                        result = ISC_R_FAILURE;
                        goto cleanup;
                }
index 55486e46148eeae24e017b0a05bd6721db29c6b5..4969a4c7738897ead03c86095022cbfe4dd5df48 100644 (file)
@@ -204,7 +204,7 @@ uint64_t xscount;                           /* sent counters */
 uint64_t xrcount;                              /* received counters */
 
 /*
- * statictics counters and accumulators
+ * statistics counters and accumulators
  */
 
 uint64_t recverr, tooshort, locallimit;                /* error counters */
@@ -2356,7 +2356,7 @@ main(const int argc, char * const argv[])
        (void) pthread_cancel(sender);
        (void) pthread_cancel(receiver);
 
-       /* main statictics */
+       /* main statistics */
        printf("connect: %llu, sent: %llu, received: %llu\n",
               (unsigned long long) xccount,
               (unsigned long long) xscount,
index ba898fac5790da031e306c40694e8824a9b101fa..27de753e977dc23c4b9621ccc520262cde2ca384 100644 (file)
@@ -1152,7 +1152,7 @@ next_input_line(char *line, int n) {
 
 /*
  * identify_directive:
- *   Gives us a numerical value equivelant for a directive string
+ *   Gives us a numerical value equivalent for a directive string
  *
  *   Returns the value for the directive
  *   Returns -1 if not a valid directive
@@ -1654,7 +1654,7 @@ register_response(unsigned short int id, unsigned int rcode, char *qname,
 
 /*
  * process_single_response:
- *   Receive from the given socket & process an invididual response packet.
+ *   Receive from the given socket & process an individual response packet.
  *   Remove it from the list of open queries (status[]) and decrement the
  *   number of outstanding queries if it matches an open query.
  */
index 6599db1958f206d9d8003f25934a0e9daaf43ac3..a6688f6b0a48819ca6435626e6d7f7180d589854 100644 (file)
@@ -42,7 +42,7 @@
  * Returns a valid 'DB' handle.
  *
  * Requires:
- *     'file' is a valid non-existant path.
+ *     'file' is a valid non-existent path.
  */
 DB *
 bdb_init(const char *file)
index 781114bce8c1438c35c9bfd7cea378e74e2b1aa9..5b1fb244e17f68d851280b86b78314892b6cfeb3 100644 (file)
@@ -7,7 +7,7 @@ zone2ldap  [-D Bind DN] [-w Bind Password] [-b Base DN] [-z Zone] [-f Zone File
 zone2ldap will parse a complete BIND 9 format DNS zone file, and load
 the contents into an LDAP directory, for use with the LDAP sdb back-end.
 
-If the zone already exists, zone2ldap will exit succesfully. If the zone does not exists, or 
+If the zone already exists, zone2ldap will exit successfully. If the zone does not exists, or
 partially exists, zone2ldap will attempt to add all/missing zone data.
 
 .SS Options
@@ -18,7 +18,7 @@ If the zone you are loading is different from the base, then you will need to te
 base is. 
 .TP
 -v 
-Print version information, and immediatly exit.
+Print version information, and immediately exit.
 .TP
 -f 
 Zone file.  Bind 9.1 compatible zone file, from which zone information will be read.
@@ -31,7 +31,7 @@ LDAP Bind password, corresponding the the value of "-b".
 .TP
 -h 
 LDAP Directory host. This is the hostname of the LDAP system you wish to store zone information on.
-An LDAP server should be listening on port 389 of the target system. This may be ommited, and will default
+An LDAP server should be listening on port 389 of the target system. This may be omitted, and will default
 to "localhost".
 .TP
 -c 
index 113d881499528b66738d222994fa89ae6211c066..23c99e94d201b227c4b72f33bd285b13cffe4375 100644 (file)
@@ -322,7 +322,7 @@ main (int argc, char **argv)
                    sprintf (fullbasedn, "%s", ctmp);
                }
              result = ldap_add_s (conn, fullbasedn, base_attrs);
-             ldap_result_check ("intial ldap_add_s", fullbasedn, result);
+             ldap_result_check ("initial ldap_add_s", fullbasedn, result);
            }
 
        }
@@ -432,7 +432,7 @@ locate_by_dn (char *dn)
  * If locate_by_dn does not return, alloc a new ldap_info structure, and then
  * calloc a LDAPMod array, fill in the default "everyone needs this" information,
  * including object classes and dc's. If it locate_by_dn does return, then we'll
- * realloc for more LDAPMod structs, and appened the new data.  If an LDAPMod exists
+ * realloc for more LDAPMod structs, and append the new data.  If an LDAPMod exists
  * for the parameter we're adding, then we'll realloc the mod_values array, and
  * add the new value to the existing LDAPMod. Finnaly, it assures linkage exists
  * within the Run queue linked ilst*/
index ec5d70f3541c7ad19bd3c77c4d0415b25fd766af..857f08aa8b914ce4cfe3ffd41984bbf617e0a21e 100644 (file)
@@ -14,7 +14,7 @@ Overview.
        send it.  This fits with the principle of being liberal with
        what you accept and strict with what you send.
 
-       There are a few cases where it does not make sence to accept
+       There are a few cases where it does not make sense to accept
        compression pointers of a given type. i.e. the first domain name
        in a message, local compression pointers in the ownername of a RR
        or in a question.
index 0729f623955016973fca016bdb7a2c912ffbe006..5764d0497c7f49c415552dbb74ea132fb336936d 100644 (file)
@@ -34,7 +34,7 @@ UDP restart:
 /*
  * If too many recv()'s are already running, just return.
  *
- * If noone is attached to us, just return.
+ * If no one is attached to us, just return.
  *
  * Allocate a new buffer to receive into.
  * If no more buffers:
index fe2bc31575fd27acfd30685a66584fb71726b833..2a6820bd36386ca82d5bd8387b38ba80947c070f 100644 (file)
@@ -2,8 +2,6 @@ Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
-$Id: lwres,v 1.6 2004/03/05 05:04:46 marka Exp $
-
 This document describes the bind v9 lightweight resolver.
 
 WHY LWRES?
@@ -134,7 +132,7 @@ various options, including search lists, sort lists, etc.
 
 API
 
-The simpliest interface is to call lwres_getaddrsbyname() or
+The simplest interface is to call lwres_getaddrsbyname() or
 lwres_getnamebyaddr(), both of which are blocking calls.  That is, a
 packet is transmitted to the local lightweight resolver, and the call
 will not return until a response is received or the timeout period
index 01a018037f2bbd8a573319ce35c0f1a63bc24c45..6e9179dbfa3362eacf1fcedd8d41fe0ccc1e7bc9 100644 (file)
@@ -376,7 +376,7 @@ on failure (setting `errno` to indicate what the nature of the problem
 was), BIND style always keeps indication of the function's success or
 failure separate from its returned data.  Similarly, the C library
 function `fread()` returns the number of characters read and then
-depends on `feof()` and `ferror()` to determine whether an error occured
+depends on `feof()` and `ferror()` to determine whether an error occurred
 or the end of file was reached, but BIND's version uses result codes:
 
         char buffer[BUFSIZ];
index b09661ec81a460fd2943236bcde487eb2ca1ed7f..f8681f092b61088be499d9984afc75e6f00a8d00 100644 (file)
@@ -647,7 +647,7 @@ support it.  Is it in the POSIX standard?  If so, how long has it been
 there? (BIND is still run on some operating systems released in the
 1990s.)  Is its behavior the same on all platforms?  Is its signature
 the same?  Are integer parameters the same size and signedness?  Does it
-alwasy return the same values on success, and set the same `errno` codes
+always return the same values on success, and set the same `errno` codes
 on failure?
 
 If there is a chance the library call may not be completely portable,
index 3d12221c8246779fb1701b2aadefb69aa85e92e3..058495f6a5f1c22342f08be3a012ad091baa824b 100644 (file)
@@ -2597,7 +2597,7 @@ dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *timermgr,
        result = isc_taskmgr_excltask(adb->taskmgr, &adb->excl);
        if (result != ISC_R_SUCCESS) {
                DP(DEF_LEVEL, "adb: task-exclusive mode unavailable, "
-                             "intializing table sizes to %u\n",
+                             "initializing table sizes to %u\n",
                              nbuckets[11]);
                adb->nentries = nbuckets[11];
                adb->nnames = nbuckets[11];
index 6154eee60855bf6e071f6180c4b79b861a217515..af9cddbc10b9d925abb9f0c011de709be307a2ae 100644 (file)
@@ -2904,7 +2904,7 @@ get_udpsocket(dns_dispatchmgr_t *mgr, dns_dispatch_t *disp,
                        result = open_socket(sockmgr, &localaddr_bound,
                                             0, &sock, NULL);
                        /*
-                        * Continue if the port choosen is already in use
+                        * Continue if the port chosen is already in use
                         * or the OS has reserved it.
                         */
                        if (result == ISC_R_NOPERM ||
index 99aea662904b27a03428e4fbaee6d423cb754a0a..562f672a19856bcf226c9d73ee053ea7bdb35a42 100644 (file)
@@ -2041,7 +2041,7 @@ dns_dnssec_syncupdate(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *rmkeys,
                return (ISC_R_SUCCESS);
 
        /*
-        * Unconditionaly remove CDS/DNSKEY records for removed keys.
+        * Unconditionally remove CDS/DNSKEY records for removed keys.
         */
        for (key = ISC_LIST_HEAD(*rmkeys);
             key != NULL;
index 3c8a4d7499f079fc8f23b969f2bee4f6e1a67b3d..63a13c4e41a83e48593a39d119cf535fb5ea0661 100644 (file)
@@ -754,7 +754,7 @@ void
 dns_adb_setcookie(dns_adb_t *adb, dns_adbaddrinfo_t *addr,
                  const unsigned char *cookie, size_t len);
 /*%<
- * Record the COOKIE associated with this addresss.  If
+ * Record the COOKIE associated with this address.  If
  * cookie is NULL or len is zero the recorded COOKIE is cleared.
  *
  * Requires:
index 2889ac6337e44ec68c6c2b55a1701e9aa2754d59..6f0eed0fada4aa4df8fbb98325a9c6de18a0088a 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/* $Id$ */
-
 #ifndef DNS_DB_H
 #define DNS_DB_H 1
 
@@ -1488,7 +1486,7 @@ dns_db_getoriginnode(dns_db_t *db, dns_dbnode_t **nodep);
 isc_result_t
 dns_db_getnsec3parameters(dns_db_t *db, dns_dbversion_t *version,
                          dns_hash_t *hash, uint8_t *flags,
-                         uint16_t *interations,
+                         uint16_t *iterations,
                          unsigned char *salt, size_t *salt_length);
 /*%<
  * Get the NSEC3 parameters that are associated with this zone.
index d5fedb5fda4d51ba599523633c456f669450575a..3d330364609d4fc4bae4898de038454f16e5233b 100644 (file)
@@ -22,7 +22,7 @@ ISC_LANG_BEGINDECLS
 
 /*!
  * \brief
- * Context for intializing a dyndb module.
+ * Context for initializing a dyndb module.
  *
  * This structure passes global server data to which a dyndb
  * module will need access -- the server memory context, hash
@@ -71,7 +71,7 @@ typedef isc_result_t dns_dyndb_register_t(isc_mem_t *mctx,
  * 'parameters' contains the driver configuration text. 'dctx' is the
  * initialization context set up in dns_dyndb_createctx().
  *
- * '*instp' must be set to the driver instance handle if the functino
+ * '*instp' must be set to the driver instance handle if the function
  * is successful.
  *
  * Returns:
index a94fa3e4448d1c59406374b7764b3d4c2277160f..c8d624158d0ce86ff5fd3663247e0728c4c34f86 100644 (file)
@@ -427,7 +427,7 @@ dns_keynode_detach(isc_mem_t *mctx, dns_keynode_t **target);
 void
 dns_keynode_detachall(isc_mem_t *mctx, dns_keynode_t **target);
 /*%<
- * Detach a keynode and all its succesors.
+ * Detach a keynode and all its successors.
  */
 
 isc_result_t
index c1f5cfaa48dcad1153eab5897582cec289030dfc..bc9cc36079b7a7e4811399a198ce301b47eb4e04 100644 (file)
@@ -674,7 +674,7 @@ fix_mustbedelegationornxdomain(dns_message_t *message, fetchctx_t *fctx) {
         * zone.  So a response to an explicit query for this type should be
         * excluded from delegation-only fixup.
         *
-        * SOA, NS, and DNSKEY can only exist at a zone apex, so a postive
+        * SOA, NS, and DNSKEY can only exist at a zone apex, so a positive
         * response to a query for these types can never violate the
         * delegation-only assumption: if the query name is below a
         * zone cut, the response should normally be a referral, which should
@@ -2455,7 +2455,7 @@ resquery_send(resquery_t *query) {
                query->ednsversion = -1;
 
        /*
-        * Record the UDP EDNS size choosen.
+        * Record the UDP EDNS size chosen.
         */
        query->udpsize = udpsize;
 
index 9db705271f56f6cbb95cb27d41e37e60341495d5..0093f37fb5f681c5a5e67be0ca31687bd6dd6720 100644 (file)
@@ -629,7 +629,7 @@ netspeed(void **state) {
 
 /*
  * GeoIP best-database matching
- * (With no specified databse and a city database available, answers
+ * (With no specified database and a city database available, answers
  * should come from city database.  With city database unavailable, region
  * database.  Region database unavailable, country database.)
  */
index 6c378145b9cb014d0c7efe85094eeaf688ebeac8..cd5a5e6a251cc1196fb6148bbf0d208b142afa51 100644 (file)
@@ -88,7 +88,7 @@ int i = 0;
  *
  * 'out' MUST point to an array of at least len * 2 + 1
  *
- * Return values: ISC_R_SUCCESS if the operation is sucessful
+ * Return values: ISC_R_SUCCESS if the operation is successful
  */
 static isc_result_t
 tohexstr(unsigned char *d, unsigned int len, char *out, size_t out_size) {
index cfde021c6c6858c13be6997f49fd0eac0d3e5fc7..d041d368051cb893c42dfa369894f982f8dda46e 100644 (file)
@@ -907,19 +907,19 @@ amtrelay(void **state) {
                TEXT_INVALID("256 1 0"),        /* precedence out of range */
 
                /* IPv4 gateway */
-               TEXT_INVALID("0 0 1"),          /* no addresss */
+               TEXT_INVALID("0 0 1"),          /* no address */
                TEXT_VALID("0 0 1 0.0.0.0"),
                TEXT_INVALID("0 0 1 0.0.0.0 x"), /* extra */
-               TEXT_INVALID("0 0 1 0.0.0.0.0"), /* bad addresss */
-               TEXT_INVALID("0 0 1 ::"),       /* bad addresss */
-               TEXT_INVALID("0 0 1 ."),        /* bad addresss */
+               TEXT_INVALID("0 0 1 0.0.0.0.0"), /* bad address */
+               TEXT_INVALID("0 0 1 ::"),       /* bad address */
+               TEXT_INVALID("0 0 1 ."),        /* bad address */
 
                /* IPv6 gateway */
-               TEXT_INVALID("0 0 2"),          /* no addresss */
+               TEXT_INVALID("0 0 2"),          /* no address */
                TEXT_VALID("0 0 2 ::"),
                TEXT_INVALID("0 0 2 :: xx"),    /* extra */
-               TEXT_INVALID("0 0 2 0.0.0.0"),  /* bad addresss */
-               TEXT_INVALID("0 0 2 ."),        /* bad addresss */
+               TEXT_INVALID("0 0 2 0.0.0.0"),  /* bad address */
+               TEXT_INVALID("0 0 2 ."),        /* bad address */
 
                /* hostname gateway */
                TEXT_INVALID("0 0 3"),          /* no name */
index f5e87031cc5257186f3f23256716cdd3e7dc1f9f..3ef2394a5a5ec4dd63b47402fdc0f223fc3e5b18 100644 (file)
@@ -14751,7 +14751,7 @@ save_nsec3param(dns_zone_t *zone, nsec3paramlist_t *nsec3list) {
        /*
         * walk nsec3param rdataset making a list of parameters (note that
         * multiple simultaneous nsec3 chains are annoyingly legal -- this
-        * is why we use an nsec3list, even tho we will usually only have
+        * is why we use an nsec3list, even though we will usually only have
         * one)
         */
        for (result = dns_rdataset_first(&rdataset);
index ab2f617028b12dd3a479aad06b1600ccb882017d..907e4703494bab26df6fcf492238e81eda8a1d4a 100644 (file)
@@ -527,7 +527,7 @@ get_from_callback(isc_entropysource_t *source, unsigned int desired,
  * Extract some number of bytes from the random pool, decreasing the
  * estimate of randomness as each byte is extracted.
  *
- * Do this by stiring the pool and returning a part of hash as randomness.
+ * Do this by stirring the pool and returning a part of hash as randomness.
  * Note that no secrets are given away here since parts of the hash are
  * xored together before returned.
  *
index 4bba8e161dcf3fcd9932f64f77061b42e191f412..e8733dbb52419fd60bfbced9e312a34ff918f7f7 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/* $Id: entropy.h,v 1.35 2009/10/19 02:37:08 marka Exp $ */
-
 #ifndef ISC_ENTROPY_H
 #define ISC_ENTROPY_H 1
 
@@ -237,7 +235,7 @@ isc_entropy_getdata(isc_entropy_t *ent, void *data, unsigned int length,
  * \brief Extract data from the entropy pool.  This may load the pool from various
  * sources.
  *
- * Do this by stiring the pool and returning a part of hash as randomness.
+ * Do this by stirring the pool and returning a part of hash as randomness.
  * Note that no secrets are given away here since parts of the hash are
  * xored together before returned.
  *
index d842aaf11ab55a19f2f81da819e94b1bbe1dcd51..52d6d948925d191c1cc9938c80ec820f63aa9462 100644 (file)
@@ -94,7 +94,7 @@
  * probable that something could be cobbled together in NT 5 with inheritance,
  * it can't really be done in NT 4 as a single property that you could
  * set on a directory.  You'd need to coordinate something with file creation
- * so that every file created had DELETE set for the owner but noone else.
+ * so that every file created had DELETE set for the owner but no one else.
  *
  * On Unix systems, setting #ISC_FSACCESS_LISTDIRECTORY sets READ.
  * ... setting either #ISC_FSACCESS_CREATECHILD or #ISC_FSACCESS_DELETECHILD
index fd558f7a2d8e5b9ce76cc2d6c783cf4c3cd63a19..d05e57d0e7107bcc064b1886c01990f6189655ba 100644 (file)
@@ -229,7 +229,7 @@ isc_hash_function_reverse(const void *data, size_t length,
  * useful in incremental hashing; for example, a previously hashed
  * value for 'com' can be used as input when hashing 'example.com'.
  *
- * This is a new variant of isc_hash_calc() and will supercede
+ * This is a new variant of isc_hash_calc() and will supersede
  * isc_hash_calc() eventually.
  *
  * 'data' is the data to be hashed.
index fd0443f6b5983ac79b18257afa66106e0994616c..de4999ffc267a181d36732a96a0178c42b6e63cd 100644 (file)
@@ -524,7 +524,7 @@ isc_log_usechannel(isc_logconfig_t *lcfg, const char *name,
  *\li  #ISC_R_NOMEMORY Resource limit: Out of memory
  */
 
-/* Attention: next four comments PRECEED code */
+/* Attention: next four comments PRECEDE code */
 /*!
  *   \brief
  * Write a message to the log channels.
index ad1aa6188d4e244b654ad0d0491bfebdcf6c1716..a4dd2945a0249c1edaffbbf665fc65196a76925f 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/* $Id: ondestroy.h,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
-
 #ifndef ISC_ONDESTROY_H
 #define ISC_ONDESTROY_H 1
 
@@ -100,7 +98,7 @@ isc_ondestroy_notify(isc_ondestroy_t *ondest, void *sender);
  * Dispatches the event(s) to the task(s) that were given in
  * isc_ondestroy_register call(s) (done via calls to
  * isc_task_sendanddetach()).  Before dispatch, the sender value of each
- * event structure is set to the value of the sender paramater. The
+ * event structure is set to the value of the sender parameter. The
  * internal structures of the ondest parameter are cleaned out, so no other
  * cleanup is needed.
  */
index f923f8152886122775b5104c1e3854e4379c5973..eef2e822f748af3e1b6b4de5db2ab4829a5c6734 100644 (file)
 @ISC_PLATFORM_USETHREADS@
 
 /*
- * Defined if unistd.h does not cause fd_set to be delared.
+ * Defined if unistd.h does not cause fd_set to be declared.
  */
 @ISC_PLATFORM_NEEDSYSSELECTH@
 
index a0e955939c5b9ee017c23fe44c19e611454712a4..4445e272e783a5645154c21ae40cdd5648db21a5 100644 (file)
@@ -24,7 +24,7 @@ typedef pthread_once_t isc_once_t;
 
 #ifdef ISC_PLATFORM_BRACEPTHREADONCEINIT
 /*!
- * This accomodates systems that define PTHRAD_ONCE_INIT improperly.
+ * This accommodates systems that define PTHRAD_ONCE_INIT improperly.
  */
 #define ISC_ONCE_INIT { PTHREAD_ONCE_INIT }
 #else
index bd5f490a4735505413251f9c1a5ebbcc4ff602f6..6ee9511fbc5e47d8476e71ecd57170cd1cc64099 100644 (file)
@@ -56,7 +56,7 @@ unsigned char key[20];
  *
  * 'out' MUST point to an array of at least len * 2 + 1
  *
- * Return values: ISC_R_SUCCESS if the operation is sucessful
+ * Return values: ISC_R_SUCCESS if the operation is successful
  */
 static isc_result_t
 tohexstr(unsigned char *d, unsigned int len, char *out, size_t out_size) {
index 024199b64bff34c4a1e96225e3ae1a30ae3e0533..a3c432b47319a701c91e9168923e365544375bf7 100644 (file)
@@ -659,7 +659,7 @@ isc_rng_runs_bytes(void **state) {
        random_test(runs);
 }
 
-/* Block frequncy test for the RNG */
+/* Block frequency test for the RNG */
 static void
 isc_rng_blockfrequency_bytes(void **state) {
        UNUSED(state);
index ae040a439a3461b8b1641361f345ef4a57413358..69fe64600ceb14641b26259c0e447b41d5f6278c 100644 (file)
@@ -22,7 +22,7 @@ ISC_LANG_BEGINDECLS
 #define ISC_STRERRORSIZE 128
 
 /*
- * Provide a thread safe wrapper to strerrror().
+ * Provide a thread safe wrapper to strerror().
  *
  * Requires:
  *     'buf' to be non NULL.
index 5334c6cb11e65690c362b97203adb810495ab5a6..5d3c3bd219b490dff1e12e3307415c471f30af5a 100644 (file)
@@ -1589,7 +1589,7 @@ consistent(isc_socket_t *sock) {
 /*
  * Maybe free the socket.
  *
- * This function will verify tht the socket is no longer in use in any way,
+ * This function will verify that the socket is no longer in use in any way,
  * either internally or externally.  This is the only place where this
  * check is to be made; if some bit of code believes that IT is done with
  * the socket (e.g., some reference counter reaches zero), it should call
index 6588988c2b3d6775f856304eb77eda79772b7855..dd8707d8aa149f7e004a933a89ea427c8fbae14b 100644 (file)
@@ -3017,10 +3017,10 @@ parser_complain(cfg_parser_t *pctx, bool is_warning,
                snprintf(where, sizeof(where), "%s: ", pctx->buf_name);
 
        len = vsnprintf(message, sizeof(message), format, args);
-#define ELIPSIS " ... "
+#define ELLIPSIS " ... "
        if (len >= sizeof(message)) {
-               message[sizeof(message) - sizeof(ELIPSIS)] = 0;
-               strlcat(message, ELIPSIS, sizeof(message));
+               message[sizeof(message) - sizeof(ELLIPSIS)] = 0;
+               strlcat(message, ELLIPSIS, sizeof(message));
        }
 
        if ((flags & (CFG_LOG_NEAR|CFG_LOG_BEFORE|CFG_LOG_NOPREP)) != 0) {
index 52c7192d13d37e0597a34845c4f67873e0bd2a77..f616305fd1c8db859ca0aa1aaa6ac9ec05231104 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/* $Id: platform.h.in,v 1.21 2007/06/19 23:47:23 tbox Exp $ */
-
 /*! \file */
 
 #ifndef LWRES_PLATFORM_H
@@ -65,7 +63,7 @@
 @LWRES_PLATFORM_HAVEINADDR6@
 
 /*
- * Defined if unistd.h does not cause fd_set to be delared.
+ * Defined if unistd.h does not cause fd_set to be declared.
  */
 @LWRES_PLATFORM_NEEDSYSSELECTH@
 
index 9cdf5edad304355286a0a1dbd0d16a2120ae4048..9960209375237bd15dbbc0d1fd875b56916229d7 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/* $Id: lwbuffer.c,v 1.15 2007/06/19 23:47:22 tbox Exp $ */
-
 /*! \file */
 
 /**
@@ -62,7 +60,7 @@
  *   b-c == optional active region.
  * \endverbatim
  *
- *    lwres_buffer_init() initializes the lwres_buffer_t *b and assocates it
+ *    lwres_buffer_init() initializes the lwres_buffer_t *b and associates it
  *    with the memory region of size length bytes starting at location base.
  *
  *    lwres_buffer_invalidate() marks the buffer *b as invalid. Invalidating
index ef7c871415ce79a7cf70ab07602c03fee129af22..1258a991ec00fa60c810fcd908b93dc476b984c5 100644 (file)
@@ -217,7 +217,7 @@ lwres_strdup(lwres_context_t *ctx, const char *str) {
        return (p);
 }
 
-/*% intializes data structure for subsequent config parsing. */
+/*% initializes data structure for subsequent config parsing. */
 void
 lwres_conf_init(lwres_context_t *ctx) {
        int i;
index 3ddc8d564a73fba2c373a33f0928502e60e24a6c..50e04c99ad4cc39c8a5f64e589aaed977be493e6 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/* $Id: lwresutil.c,v 1.34 2007/06/19 23:47:22 tbox Exp $ */
-
 /*! \file */
 
 /**
@@ -53,7 +51,7 @@
  *    they are controlled through the \link lwres_gabn.c lwres_gabn*\endlink functions.
  *
  *    The lightweight resolver uses lwres_getaddrsbyname() to perform
- *    foward lookups. Hostname name is looked up using the resolver
+ *    forward lookups. Hostname name is looked up using the resolver
  *    context ctx for memory allocation. addrtypes is a bitmask
  *    indicating which type of addresses are to be looked up. Current
  *    values for this bitmask are #LWRES_ADDRTYPE_V4 for IPv4 addresses
index e0f68af115a98feae2a6ed638ef8436a0a9a5e7c..79b1a07ea3ab468607e0d862559f6bd65b4c6294 100644 (file)
@@ -147,7 +147,7 @@ is an (optional) subregion of the remaining region\&. It extends from the curren
 \fBlwres_buffer_init()\fR
 initializes the
 \fBlwres_buffer_t\fR\fI*b\fR
-and assocates it with the memory region of size
+and associates it with the memory region of size
 \fIlength\fR
 bytes starting at location
 \fIbase\&.\fR
index 26d333ba78b88e34d60566a0756c760a9cb8495a..b860d22ea2eb9fcb101143fb2c9ae1c7aa677d2b 100644 (file)
@@ -273,7 +273,7 @@ void
       initializes the
       <type>lwres_buffer_t</type>
       <parameter>*b</parameter>
-      and assocates it with the memory region of size
+      and associates it with the memory region of size
       <parameter>length</parameter>
       bytes starting at location
       <parameter>base.</parameter>
index daa5846e86113e7cc078e850936a1ed8da319129..886a4994b6bb6948b484de2a2e269fea796123ec 100644 (file)
@@ -333,7 +333,7 @@ void
       initializes the
       <span class="type">lwres_buffer_t</span>
       <em class="parameter"><code>*b</code></em>
-      and assocates it with the memory region of size
+      and associates it with the memory region of size
       <em class="parameter"><code>length</code></em>
       bytes starting at location
       <em class="parameter"><code>base.</code></em>
index 37d2302c536a12bb90767a346991642ed07c4e4d..12b0026490624eeb536b9bd64e902c94ad60e141 100644 (file)
@@ -100,7 +100,7 @@ the header format\&. There is currently only one format,
 .PP
 \fBpktflags\fR
 .RS 4
-library\-defined flags for this packet: for instance whether the packet is a request or a reply\&. Flag values can be set, but not defined by the caller\&. This field is filled in by the application wit the exception of the LWRES_LWPACKETFLAG_RESPONSE bit, which is set by the library in the lwres_gabn_*() and lwres_gnba_*() calls\&.
+library\-defined flags for this packet: for instance whether the packet is a request or a reply\&. Flag values can be set, but not defined by the caller\&. This field is filled in by the application with the exception of the LWRES_LWPACKETFLAG_RESPONSE bit, which is set by the library in the lwres_gabn_*() and lwres_gnba_*() calls\&.
 .RE
 .PP
 \fBserial\fR
index 6df91f8d031e3110a876d082c005fd0c6f964bf4..dc6b8f456b08ee137aa276a8a3fd560e9b780d78 100644 (file)
@@ -128,7 +128,7 @@ struct lwres_lwpacket {
               is a request or a reply. Flag values can be set, but not defined
               by
               the caller.
-              This field is filled in by the application wit the exception of
+              This field is filled in by the application with the exception of
               the
               LWRES_LWPACKETFLAG_RESPONSE bit, which is set by the library in
               the
index 4ebbccb6b0e6e3582c0a3737b9d28bde474380d3..14b151f402c20b40d318744f1117307220fb2279 100644 (file)
@@ -122,7 +122,7 @@ struct lwres_lwpacket {
               is a request or a reply. Flag values can be set, but not defined
               by
               the caller.
-              This field is filled in by the application wit the exception of
+              This field is filled in by the application with the exception of
               the
               LWRES_LWPACKETFLAG_RESPONSE bit, which is set by the library in
               the
index 8de3d080e5dabe82fc70b43317b33d33d4d5a9a3..c6711eea24bd580a36d1e421eaa33b275e320d36 100644 (file)
@@ -7,8 +7,6 @@
 .\" See the COPYRIGHT file distributed with this work for additional
 .\" information regarding copyright ownership.
 .\"
-.\" $Id: resolver.5,v 1.8 2007/06/19 23:47:23 tbox Exp $
-.\"
 .Dd Jun 30, 2000
 .Dt RESOLVER 5
 .Os BIND9 9
@@ -55,7 +53,7 @@ The available configuration directives are:
 .It Li nameserver
 Internet address of a name server that the resolver should query.
 The IP address of the server can be supplied in the usual notation:
-either in dotted-decimal form for an IPv4 addess or in double colon
+either in dotted-decimal form for an IPv4 address or in double colon
 form described in RFC1884 for an IPv6 address.
 Up to three nameserver directives can be listed.
 See
index 1484e47b7acab728f283658bcaffe98049629dfc..677a4145c82406266c8e95deba856336ba768a06 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/* $Id: platform.h,v 1.7 2007/06/18 23:47:52 tbox Exp $ */
-
 #ifndef LWRES_PLATFORM_H
 #define LWRES_PLATFORM_H 1
 
@@ -57,7 +55,7 @@
 /*@LWRES_PLATFORM_HAVEINADDR6@ */
 
 /*
- * Defined if unistd.h does not cause fd_set to be delared.
+ * Defined if unistd.h does not cause fd_set to be declared.
  */
 /*@LWRES_PLATFORM_NEEDSYSSELECTH@ */