diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /sbin/isakmpd | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/init.c b/sbin/isakmpd/init.c index ef655014005..ff4ee3ab066 100644 --- a/sbin/isakmpd/init.c +++ b/sbin/isakmpd/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.25 2003/06/04 07:31:16 ho Exp $ */ +/* $OpenBSD: init.c,v 1.26 2003/11/08 19:17:28 jmc Exp $ */ /* $EOM: init.c,v 1.25 2000/03/30 14:27:24 ho Exp $ */ /* @@ -134,7 +134,7 @@ reinit (void) transport_reinit (); /* - * XXX "These" (non-existant) reinitializations should not be done. + * XXX "These" (non-existent) reinitializations should not be done. * cookie_reinit (); * ui_reinit (); */ |