From 9b63e3a58afe17b98eb7722e352984574846c22c Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 4 May 2000 20:08:34 +0000 Subject: Spelling fixes. --- proto/rip/rip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/rip/rip.h') 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 }; -- cgit v1.2.3