diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-05-25 13:41:44 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-05-25 13:41:44 +0000 |
commit | e23bd45ffd30e9197b4f9c40227ef745a363f4f1 (patch) | |
tree | be3954f8f5cd4ebd4c7019e91f663f63192ea62b /usr.sbin/ospfd/control.h | |
parent | 005c53c37fd0f9abc0cb1436002320f5e1bd1b17 (diff) |
typo in define. Found by David Krause.
Diffstat (limited to 'usr.sbin/ospfd/control.h')
-rw-r--r-- | usr.sbin/ospfd/control.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/control.h b/usr.sbin/ospfd/control.h index 47947f01593..91816e2ecf5 100644 --- a/usr.sbin/ospfd/control.h +++ b/usr.sbin/ospfd/control.h @@ -1,4 +1,4 @@ -/* $OpenBSD: control.h,v 1.1 2005/01/28 14:05:40 claudio Exp $ */ +/* $OpenBSD: control.h,v 1.2 2005/05/25 13:41:43 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -17,7 +17,7 @@ */ #ifndef _CONTROL_H_ -#define _CONTORL_H_ +#define _CONTROL_H_ #include <sys/queue.h> #include <sys/time.h> |