diff options
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 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 }; |