]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 15:06:49 +0000 (15:06 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 15:06:49 +0000 (15:06 +0000)
lib/dns/spnego.c
lib/dns/time.c

index a9dbbbd1524b597a9a6f8ce15cbb1c80c3d82f0f..ebcc96ae5df12fed40ad0e93c941543a971812d9 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: spnego.c,v 1.8 2008/04/03 06:09:04 tbox Exp $ */
+/* $Id: spnego.c,v 1.9 2009/01/17 15:04:50 fdupont Exp $ */
 
 /*! \file
  * \brief
@@ -1731,7 +1731,7 @@ spnego_reply(OM_uint32 *minor_status,
         * to check the MIC -- our preferred mechanism (Kerberos)
         * authenticates its own messages and is the only mechanism
         * we'll accept, so if the mechanism negotiation completes
-        * sucessfully, we don't need the MIC.  See RFC 4178.
+        * successfully, we don't need the MIC.  See RFC 4178.
         */
 
        free_NegTokenResp(&resp);
index 69b3d2d763dd6200c6439843aee1edb358b45e8b..1b5c8d988a339904044427f32865a77858682f05 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.c,v 1.31 2007/06/19 23:47:16 tbox Exp $ */
+/* $Id: time.c,v 1.32 2009/01/17 15:06:49 fdupont Exp $ */
 
 /*! \file */
 
@@ -145,7 +145,7 @@ dns_time64_fromtext(const char *source, isc_int64_t *target) {
        RANGE(0, 60, second);           /* 60 == leap second. */
 
        /*
-        * Calulate seconds since epoch.
+        * Calculate seconds since epoch.
         */
        value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
        for (i = 0; i < (month - 1); i++)