diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-05-25 22:05:59 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-05-25 22:05:59 +0000 |
commit | 3313918234e926093f9449346bdd84357284724d (patch) | |
tree | ebfbbd28554440c8c373a056f89562d4f91d3ca3 /usr.sbin | |
parent | 93b7ee5cd5a0866839b28e0365119c60858c5588 (diff) |
spelling
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfd/lsack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/lsack.c b/usr.sbin/ospfd/lsack.c index 20f426bb00f..b4a752ed343 100644 --- a/usr.sbin/ospfd/lsack.c +++ b/usr.sbin/ospfd/lsack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsack.c,v 1.8 2005/04/05 13:01:21 claudio Exp $ */ +/* $OpenBSD: lsack.c,v 1.9 2005/05/25 22:05:58 norby Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -274,7 +274,7 @@ ls_ack_tx_timer(int fd, short event, void *arg) } break; default: - fatalx("lsa_flood: unknown interface type"); + fatalx("lsa_ack_tx_timer: unknown interface type"); } } |