Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/vlaue/value/



details:   https://anonhg.NetBSD.org/src/rev/a82903b13f3c
branches:  trunk
changeset: 1026735:a82903b13f3c
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 08:19:57 2021 +0000

description:
s/vlaue/value/

diffstat:

 crypto/dist/ipsec-tools/src/racoon/oakley.c |  4 ++--
 external/bsd/ipf/dist/lib/parseipfexpr.c    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a63047742524 -r a82903b13f3c crypto/dist/ipsec-tools/src/racoon/oakley.c
--- a/crypto/dist/ipsec-tools/src/racoon/oakley.c       Sun Dec 05 08:18:18 2021 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/oakley.c       Sun Dec 05 08:19:57 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: oakley.c,v 1.27 2018/05/19 20:21:23 maxv Exp $ */
+/*     $NetBSD: oakley.c,v 1.28 2021/12/05 08:19:57 msaitoh Exp $      */
 
 /* Id: oakley.c,v 1.32 2006/05/26 12:19:46 manubsd Exp */
 
@@ -401,7 +401,7 @@
                return 0;
        }
 
-       /* set defined dh vlaues */
+       /* set defined dh values */
        memcpy(*dhgrp, g, sizeof(*g));
        (*dhgrp)->prime = vdup(g->prime);
 
diff -r a63047742524 -r a82903b13f3c external/bsd/ipf/dist/lib/parseipfexpr.c
--- a/external/bsd/ipf/dist/lib/parseipfexpr.c  Sun Dec 05 08:18:18 2021 +0000
+++ b/external/bsd/ipf/dist/lib/parseipfexpr.c  Sun Dec 05 08:19:57 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parseipfexpr.c,v 1.1.1.2 2012/07/22 13:44:40 darrenr Exp $     */
+/*     $NetBSD: parseipfexpr.c,v 1.2 2021/12/05 08:19:57 msaitoh Exp $ */
 
 #include "ipf.h"
 #include <ctype.h>
@@ -79,7 +79,7 @@
        for (ops = strtok(temp, ";"); ops != NULL; ops = strtok(NULL, ";")) {
                arg = strchr(ops, '=');
                if ((arg < ops + 2) || (arg == NULL)) {
-                       error = "bad 'arg' vlaue";
+                       error = "bad 'arg' value";
                        goto parseerror;
                }
 



Home | Main Index | Thread Index | Old Index