Source-Changes-HG archive

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

[src/trunk]: src/sys/netkey spell Association correctly



details:   https://anonhg.NetBSD.org/src/rev/4b95b98ae5ef
branches:  trunk
changeset: 474296:4b95b98ae5ef
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jul 03 04:45:53 1999 +0000

description:
spell Association correctly

diffstat:

 sys/netkey/key.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c0d8e3d49598 -r 4b95b98ae5ef sys/netkey/key.c
--- a/sys/netkey/key.c  Sat Jul 03 03:40:52 1999 +0000
+++ b/sys/netkey/key.c  Sat Jul 03 04:45:53 1999 +0000
@@ -27,7 +27,7 @@
  * SUCH DAMAGE.
  */
 
-/* KAME $Id: key.c,v 1.3 1999/07/02 19:58:27 itojun Exp $ */
+/* KAME $Id: key.c,v 1.4 1999/07/03 04:45:53 lukem Exp $ */
 
 /*
  * This code is referd to RFC 2367,
@@ -5942,7 +5942,7 @@
        /* initialize key statistics */
        keystat.getspi_count = 1;
 
-       printf("IPsec: Initialized Security Assocciation Processing.\n");
+       printf("IPsec: Initialized Security Association Processing.\n");
 
        return;
 }



Home | Main Index | Thread Index | Old Index