Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/ipsec-tools/src/libipsec by Eric Preston: fixed ...



details:   https://anonhg.NetBSD.org/src/rev/5603a4e830be
branches:  trunk
changeset: 753706:5603a4e830be
user:      vanhu <vanhu%NetBSD.org@localhost>
date:      Wed Apr 07 14:53:52 2010 +0000

description:
by Eric Preston: fixed a typo

diffstat:

 crypto/dist/ipsec-tools/src/libipsec/ipsec_strerror.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00a72a6ad0d5 -r 5603a4e830be crypto/dist/ipsec-tools/src/libipsec/ipsec_strerror.c
--- a/crypto/dist/ipsec-tools/src/libipsec/ipsec_strerror.c     Wed Apr 07 13:53:05 2010 +0000
+++ b/crypto/dist/ipsec-tools/src/libipsec/ipsec_strerror.c     Wed Apr 07 14:53:52 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipsec_strerror.c,v 1.5 2007/07/18 12:07:50 vanhu Exp $ */
+/*     $NetBSD: ipsec_strerror.c,v 1.6 2010/04/07 14:53:52 vanhu Exp $ */
 
 /*     $KAME: ipsec_strerror.c,v 1.7 2000/07/30 00:45:12 itojun Exp $  */
 
@@ -63,7 +63,7 @@
 "Invalid key length",                          /*EIPSEC_INVAL_KEYLEN*/
 "Invalid address family",                      /*EIPSEC_INVAL_FAMILY*/
 "Invalid prefix length",                       /*EIPSEC_INVAL_PREFIXLEN*/
-"Invalid direciton",                           /*EIPSEC_INVAL_DIR*/
+"Invalid direction",                           /*EIPSEC_INVAL_DIR*/
 "SPI range violation",                         /*EIPSEC_INVAL_SPI*/
 "No protocol specified",                       /*EIPSEC_NO_PROTO*/
 "No algorithm specified",                      /*EIPSEC_NO_ALGS*/



Home | Main Index | Thread Index | Old Index