spelling fixes; from paul tagliamonte
authorjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 19:24:11 +0000 (19:24 +0000)
committerjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 19:24:11 +0000 (19:24 +0000)
ok florian

usr.bin/dig/lib/dns/include/dns/name.h
usr.bin/dig/lib/dns/rdata/generic/naptr_35.c
usr.bin/dig/lib/dns/rdata/generic/zonemd_63.c
usr.bin/dig/lib/isc/include/isc/socket.h
usr.bin/dig/lib/isc/regex.c
usr.bin/dig/lib/lwres/lwconfig.c

index aeb2225..a1e35d4 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: name.h,v 1.12 2020/09/14 08:40:43 florian Exp $ */
+/* $Id: name.h,v 1.13 2022/12/26 19:24:11 jmc Exp $ */
 
 #ifndef DNS_NAME_H
 #define DNS_NAME_H 1
@@ -354,7 +354,7 @@ dns_name_equal(const dns_name_t *name1, const dns_name_t *name2);
  * \li Because it only needs to test for equality, dns_name_equal() can be
  *     significantly faster than dns_name_fullcompare() or dns_name_compare().
  *
- * \li Offsets tables are not used in the comparision.
+ * \li Offset tables are not used in the comparison.
  *
  * \li It makes no sense for one of the names to be relative and the
  *     other absolute.  If both names are relative, then to be meaningfully
index 13064b4..3249fef 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: naptr_35.c,v 1.13 2020/09/14 08:40:43 florian Exp $ */
+/* $Id: naptr_35.c,v 1.14 2022/12/26 19:24:11 jmc Exp $ */
 
 /* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */
 
@@ -27,7 +27,7 @@
 
 /*
  * Check the wire format of the Regexp field.
- * Don't allow embeded NUL's.
+ * Don't allow embedded NUL's.
  */
 static inline isc_result_t
 txt_valid_regex(const unsigned char *txt) {
index cb9c3ca..dc24294 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zonemd_63.c,v 1.1 2021/04/02 06:37:40 florian Exp $ */
+/* $Id: zonemd_63.c,v 1.2 2022/12/26 19:24:11 jmc Exp $ */
 
 /* RFC8976 */
 
@@ -84,7 +84,7 @@ fromwire_zonemd(ARGS_FROMWIRE) {
        /*
         * serial: 4
         * scheme: 1
-        * hash algorith: 1
+        * hash algorithm: 1
         * digest: at least 1
         */
        if (sr.length < 7)
index 0a5b143..96263b5 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.h,v 1.7 2020/09/15 11:47:42 florian Exp $ */
+/* $Id: socket.h,v 1.8 2022/12/26 19:24:11 jmc Exp $ */
 
 #ifndef ISC_SOCKET_H
 #define ISC_SOCKET_H 1
@@ -248,7 +248,7 @@ isc_socket_cancel(isc_socket_t *sock, isc_task_t *task,
  *
  * \li "task" is NULL or a valid task
  *
- * "how" is a bitmask describing the type of cancelation to perform.
+ * "how" is a bitmask describing the type of cancellation to perform.
  * The type ISC_SOCKCANCEL_ALL will cancel all pending I/O on this
  * socket.
  *
index 9ff5724..d86faf4 100644 (file)
@@ -122,7 +122,7 @@ isc_regex_validate(const char *c) {
                                        --group;
                                ++c;
                                break;
-                       case '|':       /* alternative seperator */
+                       case '|':       /* alternative separator */
                                if (!have_atom)
                                        return(-1);
                                have_atom = 0;
index da3b0ea..d94be24 100644 (file)
@@ -153,7 +153,7 @@ lwres_resetaddr(lwres_addr_t *addr) {
        memset(addr, 0, sizeof(*addr));
 }
 
-/*% intializes data structure for subsequent config parsing. */
+/*% initializes data structure for subsequent config parsing. */
 void
 lwres_conf_init(lwres_conf_t *confdata, int lwresflags) {
        int i;