Fix typos.
authortobhe <tobhe@openbsd.org>
Sat, 23 Jan 2021 21:35:48 +0000 (21:35 +0000)
committertobhe <tobhe@openbsd.org>
Sat, 23 Jan 2021 21:35:48 +0000 (21:35 +0000)
From Ryan Kavanagh
ok patrick@

sbin/iked/iked.conf.5
sbin/iked/ikev2.c
sbin/iked/pfkey.c

index 4faa555..856e6d1 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iked.conf.5,v 1.81 2020/12/28 19:13:12 tobhe Exp $
+.\" $OpenBSD: iked.conf.5,v 1.82 2021/01/23 21:35:48 tobhe Exp $
 .\"
 .\" Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org>
 .\" Copyright (c) 2004 Mathieu Sauve-Frankel  All rights reserved.
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: December 28 2020 $
+.Dd $Mdocdate: January 23 2021 $
 .Dt IKED.CONF 5
 .Os
 .Sh NAME
@@ -193,7 +193,7 @@ have to be placed in
 .Pp
 The optional
 .Ic tolerate
-parameter specifies how much the OCSP reponse attribute
+parameter specifies how much the OCSP response attribute
 .Sq thisUpdate
 may be in the future and how much
 .Sq nextUpdate
index 3b552f7..94b6c6a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ikev2.c,v 1.297 2021/01/21 16:50:46 tobhe Exp $       */
+/*     $OpenBSD: ikev2.c,v 1.298 2021/01/23 21:35:48 tobhe Exp $       */
 
 /*
  * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -2755,7 +2755,7 @@ ikev2_resp_recv(struct iked *env, struct iked_message *msg,
                }
                if (ikev2_resp_ike_sa_init(env, msg) != 0) {
                        log_debug("%s: failed to send init response", __func__);
-                       ikev2_ike_sa_setreason(sa, "SA_INIT reponse failed");
+                       ikev2_ike_sa_setreason(sa, "SA_INIT response failed");
                        sa_state(env, sa, IKEV2_STATE_CLOSED);
                        return;
                }
index 8f97419..a7d0ecc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pfkey.c,v 1.74 2020/12/04 16:18:14 tobhe Exp $        */
+/*     $OpenBSD: pfkey.c,v 1.75 2021/01/23 21:35:48 tobhe Exp $        */
 
 /*
  * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -1050,7 +1050,7 @@ pfkey_sa_getspi(int sd, uint8_t satype, struct iked_childsa *sa,
                goto done;
        }
        if ((sa_ext = pfkey_find_ext(data, n, SADB_EXT_SA)) == NULL) {
-               log_debug("%s: erronous reply", __func__);
+               log_debug("%s: erroneous reply", __func__);
                goto done;
        }