]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 14:45:17 +0000 (14:45 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 14:45:17 +0000 (14:45 +0000)
lib/dns/gen-unix.h
lib/dns/gen-win32.h
lib/dns/journal.c
lib/dns/master.c
lib/dns/masterdump.c
lib/dns/message.c
lib/dns/openssl_link.c
lib/dns/opensslrsa_link.c
lib/dns/rbt.c

index 3db6206f1b29b3f40fc496dda04f035c5c7b85d9..370be30958869b0b918290e27ce22413b14e89bf 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gen-unix.h,v 1.19 2007/06/19 23:47:16 tbox Exp $ */
+/* $Id: gen-unix.h,v 1.20 2009/01/17 14:23:37 fdupont Exp $ */
 
 /*! \file
  * \brief
@@ -23,7 +23,7 @@
  * directly portable between Unix-like systems and Windows NT, option
  * parsing and directory scanning.  It is here because it was decided
  * that the "gen" build utility was not to depend on libisc.a, so
- * the functions delcared in isc/commandline.h and isc/dir.h could not
+ * the functions declared in isc/commandline.h and isc/dir.h could not
  * be used.
  *
  * The commandline stuff is really just a wrapper around getopt().
index 4b21a31b2c79db414feaa0936c10d6d8f05abac1..72a58fea9ed49f8e391dc51eef0049940254e4e0 100644 (file)
@@ -48,7 +48,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: gen-win32.h,v 1.23 2007/06/19 23:47:16 tbox Exp $ */
+/* $Id: gen-win32.h,v 1.24 2009/01/17 14:24:25 fdupont Exp $ */
 
 /*! \file
  * \author Principal Authors: Computer Systems Research Group at UC Berkeley
@@ -66,7 +66,7 @@
  * directly portable between Unix-like systems and Windows NT, option
  * parsing and directory scanning.  It is here because it was decided
  * that the "gen" build utility was not to depend on libisc.a, so
- * the functions delcared in isc/commandline.h and isc/dir.h could not
+ * the functions declared in isc/commandline.h and isc/dir.h could not
  * be used.
  *
  * The commandline stuff is pretty much a straight copy from the initial
index e84ade382697b3bbbe4ef1e908348a8156cf91f8..3e5c40aee59001ad4a185b9f127568dadc2f07b1 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: journal.c,v 1.103 2008/09/25 02:01:45 marka Exp $ */
+/* $Id: journal.c,v 1.104 2009/01/17 14:28:17 fdupont Exp $ */
 
 #include <config.h>
 
@@ -42,7 +42,7 @@
 #include <dns/soa.h>
 
 /*! \file
- * \brief Journalling.
+ * \brief Journaling.
  *
  * A journal file consists of
  *
@@ -172,7 +172,7 @@ dns_db_createsoatuple(dns_db_t *db, dns_dbversion_t *ver, isc_mem_t *mctx,
        return (result);
 }
 
-/* Journalling */
+/* Journaling */
 
 /*%
  * On-disk representation of a "pointer" to a journal entry.
@@ -641,7 +641,7 @@ journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t write,
        dns_rdata_init(&j->it.rdata);
 
        /*
-        * Set up empty initial buffers for uncheched and checked
+        * Set up empty initial buffers for unchecked and checked
         * wire format RR data.  They will be reallocated
         * later.
         */
@@ -1237,7 +1237,7 @@ roll_forward(dns_journal_t *j, dns_db_t *db, unsigned int options) {
        dns_diff_init(j->mctx, &diff);
 
        /*
-        * Set up empty initial buffers for uncheched and checked
+        * Set up empty initial buffers for unchecked and checked
         * wire format transaction data.  They will be reallocated
         * later.
         */
@@ -1409,7 +1409,7 @@ dns_journal_print(isc_mem_t *mctx, const char *filename, FILE *file) {
        dns_diff_init(j->mctx, &diff);
 
        /*
-        * Set up empty initial buffers for uncheched and checked
+        * Set up empty initial buffers for unchecked and checked
         * wire format transaction data.  They will be reallocated
         * later.
         */
index b73d702f17feef39507b0c52fbc24ca1a1a984ab..f640b0e17931e5b8e0545f0660ae9bab06df00d4 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: master.c,v 1.172 2008/11/30 23:49:21 marka Exp $ */
+/* $Id: master.c,v 1.173 2009/01/17 14:32:33 fdupont Exp $ */
 
 /*! \file */
 
@@ -1818,7 +1818,7 @@ load_text(dns_loadctx_t *lctx) {
                /*
                 * Find type in rdatalist.
                 * If it does not exist create new one and prepend to list
-                * as this will mimimise list traversal.
+                * as this will minimise list traversal.
                 */
                if (ictx->glue != NULL)
                        this = ISC_LIST_HEAD(glue_list);
index 6e6a16a8d679ac5b2098b332a063b5d65424baf8..bcb3ac57ee00c6e034aca7d6f7dec5b9b35122f3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: masterdump.c,v 1.95 2008/12/12 04:41:25 marka Exp $ */
+/* $Id: masterdump.c,v 1.96 2009/01/17 14:33:54 fdupont Exp $ */
 
 /*! \file */
 
@@ -290,7 +290,7 @@ totext_ctx_init(const dns_master_style_t *style, dns_totext_ctx_t *ctx) {
                /*
                 * Do not return ISC_R_NOSPACE if the line break string
                 * buffer is too small, because that would just make
-                * dump_rdataset() retry indenfinitely with ever
+                * dump_rdataset() retry indefinitely with ever
                 * bigger target buffers.  That's a different buffer,
                 * so it won't help.  Use DNS_R_TEXTTOOLONG as a substitute.
                 */
index 3420e558695123ea8bdfb15aeb9a8a4850a50b4d..fdf1f97373ccf1ffe2443e213b8ab33b28addbf3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: message.c,v 1.245 2008/09/24 02:46:22 marka Exp $ */
+/* $Id: message.c,v 1.246 2009/01/17 14:35:40 fdupont Exp $ */
 
 /*! \file */
 
@@ -170,7 +170,7 @@ static const char *rcodetext[] = {
 /*%
  * "helper" type, which consists of a block of some type, and is linkable.
  * For it to work, sizeof(dns_msgblock_t) must be a multiple of the pointer
- * size, or the allocated elements will not be alligned correctly.
+ * size, or the allocated elements will not be aligned correctly.
  */
 struct dns_msgblock {
        unsigned int                    count;
@@ -1960,7 +1960,7 @@ dns_message_rendersection(dns_message_t *msg, dns_section_t sectionid,
                                 *
                                 * XXXMLG Need to change this when
                                 * dns_rdataset_towire() can render partial
-                                * sets starting at some arbitary point in the
+                                * sets starting at some arbitrary point in the
                                 * set.  This will include setting a bit in the
                                 * rdataset to indicate that a partial
                                 * rendering was done, and some state saved
index 1ddb75d36decf03ed8044b602f05fa697e1487cb..b0f231ad140f622852c294d8b946d3388fb4eb13 100644 (file)
@@ -31,7 +31,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: openssl_link.c,v 1.22 2008/04/05 23:47:11 tbox Exp $
+ * $Id: openssl_link.c,v 1.23 2009/01/17 14:39:28 fdupont Exp $
  */
 #ifdef OPENSSL
 
@@ -252,7 +252,7 @@ dst__openssl_init() {
                for (e = ENGINE_get_first(); e != NULL; e = ENGINE_get_next(e)) {
 
                        /*
-                        * Something wierd here. If we call ENGINE_finish()
+                        * Something weird here. If we call ENGINE_finish()
                         * ENGINE_get_default_RAND() will fail.
                         */
                        if (ENGINE_init(e)) {
@@ -386,7 +386,7 @@ dst__openssl_setdefault(const char *name) {
  *
  * 'engine_id' is the openssl engine name.
  *
- * pre_cmds and post_cmds a sequence if command arguement pairs
+ * pre_cmds and post_cmds a sequence if command argument pairs
  * pre_num and post_num are a count of those pairs.
  *
  * "SO_PATH", PKCS11_SO_PATH ("/usr/local/lib/engines/engine_pkcs11.so")
index 712f8eae5f84727e249bb6e0388517129ab5460e..8f0733d2a84359ce9894ab3020199fbb97881a88 100644 (file)
@@ -17,7 +17,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: opensslrsa_link.c,v 1.22 2009/01/14 23:48:00 tbox Exp $
+ * $Id: opensslrsa_link.c,v 1.23 2009/01/17 14:41:43 fdupont Exp $
  */
 #ifdef OPENSSL
 #ifndef USE_EVP
@@ -64,8 +64,8 @@
 
 
        /*
-        * XXXMPA  Temporarially disable RSA_BLINDING as it requires
-        * good quality random data that cannot currently be guarenteed.
+        * XXXMPA  Temporarily disable RSA_BLINDING as it requires
+        * good quality random data that cannot currently be guaranteed.
         * XXXMPA  Find which versions of openssl use pseudo random data
         * and set RSA_FLAG_BLINDING for those.
         */
index 112591e0e733dbaa6fbdcc4d1d3f63cb3d5af176..166a01d590e4f4c0ecc2929e143ba561751adc84 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rbt.c,v 1.142 2008/09/24 02:46:22 marka Exp $ */
+/* $Id: rbt.c,v 1.143 2009/01/17 14:45:17 fdupont Exp $ */
 
 /*! \file */
 
@@ -120,7 +120,7 @@ struct dns_rbt {
  * Chain management.
  *
  * The "ancestors" member of chains were removed, with their job now
- * being wholy handled by parent pointers (which didn't exist, because
+ * being wholly handled by parent pointers (which didn't exist, because
  * of memory concerns, when chains were first implemented).
  */
 #define ADD_LEVEL(chain, node) \
@@ -1940,7 +1940,7 @@ dns_rbt_deletefromlevel(dns_rbtnode_t *delete, dns_rbtnode_t **rootp) {
                        } else {
                                /*
                                 * Child is parent's right child.
-                                * Everything is doen the same as above,
+                                * Everything is done the same as above,
                                 * except mirrored.
                                 */
                                sibling = LEFT(parent);
@@ -2513,7 +2513,7 @@ dns_rbtnodechain_next(dns_rbtnodechain_t *chain, dns_name_t *name,
                 * reached without having traversed any left links, ascend one
                 * level and look for either a right link off the point of
                 * ascent, or search for a left link upward again, repeating
-                * ascents until either case is true.
+                * ascends until either case is true.
                 */
                do {
                        while (! IS_ROOT(current)) {