]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 13:52:02 +0000 (13:52 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 13:52:02 +0000 (13:52 +0000)
lib/dns/rdata/generic/nsec3_50.c
lib/dns/rdata/generic/nsec3param_51.c

index 3d7945145c24bbbb1e917d463efa5afd11d15b98..a90a7c33473bea9e74206bd3079c95bdac4c3df6 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsec3_50.c,v 1.4 2008/09/25 04:02:39 tbox Exp $ */
+/* $Id: nsec3_50.c,v 1.5 2009/01/17 13:50:58 fdupont Exp $ */
 
 /*
  * Copyright (C) 2004  Nominet, Ltd.
@@ -238,7 +238,7 @@ fromwire_nsec3(ARGS_FROMWIRE) {
        isc_buffer_activeregion(source, &sr);
        rr = sr;
 
-       /* hash(1), flags(1), interation(2), saltlen(1) */
+       /* hash(1), flags(1), iteration(2), saltlen(1) */
        if (sr.length < 5U)
                RETERR(DNS_R_FORMERR);
        saltlen = sr.base[4];
index 90de7248f8bd9c08d8480f5355aa0d4fcae11e00..40b8edf60a925e328e9d5edd258740c606471f51 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsec3param_51.c,v 1.4 2008/09/25 04:02:39 tbox Exp $ */
+/* $Id: nsec3param_51.c,v 1.5 2009/01/17 13:52:02 fdupont Exp $ */
 
 /*
  * Copyright (C) 2004  Nominet, Ltd.
@@ -156,7 +156,7 @@ fromwire_nsec3param(ARGS_FROMWIRE) {
        isc_buffer_activeregion(source, &sr);
        rr = sr;
 
-       /* hash(1), flags(1), interations(2), saltlen(1) */
+       /* hash(1), flags(1), iterations(2), saltlen(1) */
        if (sr.length < 5U)
                RETERR(DNS_R_FORMERR);
        saltlen = sr.base[4];