summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-04 22:08:34 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-04 22:08:34 +0200
commit9b63e3a58afe17b98eb7722e352984574846c22c (patch)
treebd24af007127c36af38e5524449ad83c316f7972 /proto/rip/rip.h
parentcf3d6470d7c8d401b162516ed7446c1d3866d5d3 (diff)
downloadbird-9b63e3a58afe17b98eb7722e352984574846c22c.tar
bird-9b63e3a58afe17b98eb7722e352984574846c22c.zip
Spelling fixes.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index 90f9beb..7c7b000 100644
--- a/proto/rip/rip.h
+++ b/proto/rip/rip.h
@@ -133,9 +133,9 @@ struct rip_proto_config {
#define AT_NONE 0
#define AT_PLAINTEXT 2
#define AT_MD5 3
- int honour;
+ int honor;
#define HO_NEVER 0
-#define HO_NEIGHBOUR 1
+#define HO_NEIGHBOR 1
#define HO_ALWAYS 2
};