diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-05-04 20:08:34 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-05-04 20:08:34 +0000 |
commit | 9b63e3a58afe17b98eb7722e352984574846c22c (patch) | |
tree | bd24af007127c36af38e5524449ad83c316f7972 /proto/rip/rip.h | |
parent | cf3d6470d7c8d401b162516ed7446c1d3866d5d3 (diff) |
Spelling fixes.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 90f9beb1..7c7b000f 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 }; |