spelling fixes; from paul tagliamonte
authorjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 20:06:43 +0000 (20:06 +0000)
committerjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 20:06:43 +0000 (20:06 +0000)
libexec/login_ldap/util.c
libexec/login_token/tokendb.h
libexec/rpc.rquotad/rquotad.c
libexec/snmpd/snmpd_metrics/kroute.c
libexec/spamd/sdl.c

index bc19a84..dba5149 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $OpenBSD: util.c,v 1.3 2021/09/02 20:57:58 deraadt Exp $
+ * $OpenBSD: util.c,v 1.4 2022/12/26 20:06:43 jmc Exp $
  * Copyright (c) 2002 Institute for Open Systems Technology Australia (IFOST)
  * Copyright (c) 2007 Michael Erdely <merdely@openbsd.org>
  * Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
@@ -64,7 +64,7 @@ dlog(int d, char *fmt, ...)
        va_list ap;
 
        /*
-        * if debugging is on, print everthing to stderr
+        * if debugging is on, print everything to stderr
         * otherwise, syslog it if d = 0. messing with
         * newlines means there wont be newlines in stuff
         * that goes to syslog.
index 5bdaa02..4dac2ae 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tokendb.h,v 1.5 2013/12/03 01:29:00 deraadt Exp $     */
+/*     $OpenBSD: tokendb.h,v 1.6 2022/12/26 20:06:43 jmc Exp $ */
 
 /*-
  * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved
@@ -63,7 +63,7 @@ typedef       struct  {
 #define        TOKEN_DECMODE   0x1             /* allow decimal results */
 #define        TOKEN_HEXMODE   0x2             /* allow hex results */
 #define        TOKEN_PHONEMODE 0x4             /* allow phone book results */
-#define        TOKEN_RIM       0x8             /* reduced imput mode */
+#define        TOKEN_RIM       0x8             /* reduced input mode */
 
 #define        TOKEN_GROUP     "_token"        /* group that owns token database */
 
index 50d1d5b..ec367df 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rquotad.c,v 1.23 2019/06/28 13:32:53 deraadt Exp $    */
+/*     $OpenBSD: rquotad.c,v 1.24 2022/12/26 20:06:43 jmc Exp $        */
 
 /*
  * by Manuel Bouyer (bouyer@ensta.fr). Public domain.
@@ -36,7 +36,7 @@ int getfsquota(long id, char *path, struct dqblk *dqblk);
 int hasquota(struct fstab *fs, char **qfnamep);
 
 /*
- * structure containing informations about ufs filesystems
+ * structure containing information about ufs filesystems
  * initialised by initfs()
  */
 struct fs_stat {
index 91de8d4..a42ff10 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kroute.c,v 1.1.1.1 2022/09/01 14:20:33 martijn Exp $  */
+/*     $OpenBSD: kroute.c,v 1.2 2022/12/26 20:06:43 jmc Exp $  */
 
 /*
  * Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org>
@@ -1010,7 +1010,7 @@ mask2prefixlen6(struct sockaddr_in6 *sa_in6)
        u_int8_t        *ap, *ep;
 
        /*
-        * sin6_len is the size of the sockaddr so substract the offset of
+        * sin6_len is the size of the sockaddr so subtract the offset of
         * the possibly truncated sin6_addr struct.
         */
        ap = (u_int8_t *)&sa_in6->sin6_addr;
index 2593c86..1228791 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sdl.c,v 1.24 2017/10/18 17:31:01 millert Exp $ */
+/*     $OpenBSD: sdl.c,v 1.25 2022/12/26 20:06:43 jmc Exp $ */
 
 /*
  * Copyright (c) 2003-2007 Bob Beck.  All rights reserved.
@@ -288,7 +288,7 @@ sdl_del(char *sdname)
 }
 
 /*
- * Return 0 if the addresss a (with mask m) matches address key
+ * Return 0 if the address a (with mask m) matches address key
  * otherwise return 1 if a > key or -1 if a < key.  It is assumed
  * that address a has been pre-masked out, we only need to mask key.
  */
@@ -311,7 +311,7 @@ match_addr_v4(const void *vkey, const void *ventry)
 }
 
 /*
- * Return 0 if the addresss a (with mask m) matches address key
+ * Return 0 if the address a (with mask m) matches address key
  * otherwise return 1 if a > key or -1 if a < key.  It is assumed
  * that address a has been pre-masked out, we only need to mask key.
  */