diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2003-05-14 18:08:28 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2003-05-14 18:08:28 +0000 |
commit | db423c3bb03059970da2f5f5d1242d30fbc476f3 (patch) | |
tree | 55eb782324af01702f982e421de7f0618414a2d3 /sbin | |
parent | 44dfbe46d4c61735e483124d93292456fdcff79e (diff) |
Fix a typo (in unused code).
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index a29812e7484..145ef11ac99 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmpd.c,v 1.49 2003/04/14 13:08:42 ho Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.50 2003/05/14 18:08:27 ho Exp $ */ /* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */ /* @@ -269,7 +269,7 @@ rehash_timers (void) { #if 0 /* XXX - not yet */ - log_print ("SIGUSR2 received, rehasing soft expiration timers."); + log_print ("SIGUSR2 received, rehashing soft expiration timers."); timer_rehash_timers (); #endif |