diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-02-02 19:47:21 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-02-02 19:47:21 +0000 |
commit | 217f8ac246d6f8d5e5840a8a01e4f5f0a13cba4c (patch) | |
tree | fa76adaf782eac0b6254e7ec95d9016c6b0496e1 /usr.sbin/ospfd/ospf.h | |
parent | 1f16acd059c0d6258c2f117e868197975a59c973 (diff) |
Typo in constant.
ok claudio@ henning@
Diffstat (limited to 'usr.sbin/ospfd/ospf.h')
-rw-r--r-- | usr.sbin/ospfd/ospf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ospfd/ospf.h b/usr.sbin/ospfd/ospf.h index 8b8f4ee77a1..479e0f85b4b 100644 --- a/usr.sbin/ospfd/ospf.h +++ b/usr.sbin/ospfd/ospf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf.h,v 1.3 2005/02/01 21:15:40 norby Exp $ */ +/* $OpenBSD: ospf.h,v 1.4 2005/02/02 19:47:20 norby Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -52,9 +52,9 @@ #define MIN_RXMT_INTERVAL 5 #define MAX_RXMT_INTERVAL 3600 -#define DEFAULT_TRANSIT_DELAY 1 -#define MIN_TRANSIT_DELAY 1 -#define MAX_TRANSIT_DELAY 3600 +#define DEFAULT_TRANSMIT_DELAY 1 +#define MIN_TRANSMIT_DELAY 1 +#define MAX_TRANSMIT_DELAY 3600 #define DEFAULT_ADJ_TMOUT 60 /* XXX sane value? */ |