diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:32:57 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:46:19 -0400 | 
| commit | f89c0aed6332dc63e31131225e6c79531166722f (patch) | |
| tree | 268ea5db09267ef17a0e9b86bee329ac41ab61bf /ripngd/ripng_interface.c | |
| parent | d94ee2727bb53190facbf7c1611b98b071a555a8 (diff) | |
*: Fix spelling of wether
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripngd/ripng_interface.c')
| -rw-r--r-- | ripngd/ripng_interface.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c index 57bc40f005..66e109985d 100644 --- a/ripngd/ripng_interface.c +++ b/ripngd/ripng_interface.c @@ -432,7 +432,7 @@ int ripng_interface_address_delete(ZAPI_CALLBACK_ARGS)  					"RIPng connected address %pFX delete",  					p); -			/* Check wether this prefix needs to be removed. */ +			/* Check whether this prefix needs to be removed. */  			ripng_apply_address_del(ifc);  		}  		connected_free(&ifc); @@ -442,7 +442,7 @@ int ripng_interface_address_delete(ZAPI_CALLBACK_ARGS)  }  /* Lookup RIPng enable network. */ -/* Check wether the interface has at least a connected prefix that +/* Check whether the interface has at least a connected prefix that   * is within the ripng->enable_network table. */  static int ripng_enable_network_lookup_if(struct interface *ifp)  { @@ -477,7 +477,7 @@ static int ripng_enable_network_lookup_if(struct interface *ifp)  	return -1;  } -/* Check wether connected is within the ripng->enable_network table. */ +/* Check whether connected is within the ripng->enable_network table. */  static int ripng_enable_network_lookup2(struct connected *connected)  {  	struct ripng_interface *ri = connected->ifp->info; @@ -647,7 +647,7 @@ static void ripng_connect_set(struct interface *ifp, int set)  		apply_mask_ipv6(&address);  		if (set) { -			/* Check once more wether this prefix is within a +			/* Check once more whether this prefix is within a  			 * "network IF_OR_PREF" one */  			if ((ripng_enable_if_lookup(ripng, connected->ifp->name)  			     >= 0)  | 
