diff options
author | David Krause <david@cvs.openbsd.org> | 2005-02-07 05:51:01 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-02-07 05:51:01 +0000 |
commit | 4900ac6532baaa7a02e9e12bc1f81c87c8828e2c (patch) | |
tree | 3f42b90b2f8857bc383bfd164adc9e3a7947c1c0 /usr.sbin/ospfd/ospfd.h | |
parent | b0ba6d049476183217e8b9f4204be9056a968cea (diff) |
spelling fixes
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index ed7a5d4f64d..6d954ad2442 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.4 2005/02/02 19:15:07 henning Exp $ */ +/* $OpenBSD: ospfd.h,v 1.5 2005/02/07 05:51:00 david Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -392,7 +392,7 @@ int imsg_add(struct buf *, void *, u_int16_t); int imsg_close(struct imsgbuf *, struct buf *); void imsg_free(struct imsg *); int imsg_get_fd(struct imsgbuf *); -void imsg_event_add(struct imsgbuf *); /* needs to be provided externaly */ +void imsg_event_add(struct imsgbuf *); /* needs to be provided externally */ /* in_cksum.c */ int in_cksum(void *, int); |