summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2019-12-19 20:23:26 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2019-12-19 20:23:26 +0000
commitbdb40b9426a3bba84c1374d0ee74ad13e3dd04a1 (patch)
treedf44c20ef4d3e2ce65f23357081496cbebf71259
parentd9dfb4d53461965d1fb99cb64b2f28666fe1f9e0 (diff)
spelling; from bryan stenson
-rw-r--r--lib/libssl/man/SSL_CTX_set_cipher_list.36
-rw-r--r--regress/sbin/ifconfig/ifaddr.c4
-rw-r--r--sys/dev/isa/if_ie.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/lib/libssl/man/SSL_CTX_set_cipher_list.3
index fa5d9809137..bf1cb5ed509 100644
--- a/lib/libssl/man/SSL_CTX_set_cipher_list.3
+++ b/lib/libssl/man/SSL_CTX_set_cipher_list.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.9 2019/12/03 06:53:04 tb Exp $
+.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.10 2019/12/19 20:23:25 jmc Exp $
.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 3 2019 $
+.Dd $Mdocdate: December 19 2019 $
.Dt SSL_CTX_SET_CIPHER_LIST 3
.Os
.Sh NAME
@@ -137,7 +137,7 @@ It can only be used as the first word.
.It Cm @STRENGTH
Sort the list by decreasing encryption strength,
preserving the order of cipher suites that have the same strength.
-It is usally given as the last word.
+It is usually given as the last word.
.El
.Pp
The following words can be used to select groups of cipher suites,
diff --git a/regress/sbin/ifconfig/ifaddr.c b/regress/sbin/ifconfig/ifaddr.c
index 07cfbf6261b..31e658d8df0 100644
--- a/regress/sbin/ifconfig/ifaddr.c
+++ b/regress/sbin/ifconfig/ifaddr.c
@@ -1,9 +1,9 @@
-/* $OpenBSD: ifaddr.c,v 1.2 2019/11/30 05:51:20 bluhm Exp $ */
+/* $OpenBSD: ifaddr.c,v 1.3 2019/12/19 20:23:25 jmc Exp $ */
/*
* This file has been copied from ifconfig and adapted to test
* SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR
- * ioctls. Ususally ifconfig uses SIOCAIFADDR and SIOCDIFADDR, but
+ * ioctls. Usually ifconfig uses SIOCAIFADDR and SIOCDIFADDR, but
* the old kernel interface has to be tested, too.
*/
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c
index 7f39c1d9877..87959d7b878 100644
--- a/sys/dev/isa/if_ie.c
+++ b/sys/dev/isa/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.54 2017/11/04 10:55:38 florian Exp $ */
+/* $OpenBSD: if_ie.c,v 1.55 2019/12/19 20:23:25 jmc Exp $ */
/* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */
/*-
@@ -416,7 +416,7 @@ sl_probe(sc, ia)
}
/*
- * Divine memory size on-board the card. Ususally 16k.
+ * Divine memory size on-board the card. Usually 16k.
*/
sc->sc_maddr = ISA_HOLE_VADDR(ia->ia_maddr);
ie_find_mem_size(sc);