diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:33:53 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:46:19 +0200 |
commit | 581776faa1bf87f676b3d71cf5437767782df82b (patch) | |
tree | 28035f02cf3563b77bdd20c2dd3f60c72751eb82 /ripd | |
parent | *: Fix spelling of wether (diff) | |
download | frr-581776faa1bf87f676b3d71cf5437767782df82b.tar.xz frr-581776faa1bf87f676b3d71cf5437767782df82b.zip |
*: Fix spelling of ojbect
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/rip_routemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ripd/rip_routemap.c b/ripd/rip_routemap.c index 061cefec3..4da5f945f 100644 --- a/ripd/rip_routemap.c +++ b/ripd/rip_routemap.c @@ -461,7 +461,7 @@ static const struct route_map_rule_cmd route_set_metric_cmd = { /* `set ip next-hop IP_ADDRESS' */ -/* Set nexthop to object. ojbect must be pointer to struct attr. */ +/* Set nexthop to object. object must be pointer to struct attr. */ static enum route_map_cmd_result_t route_set_ip_nexthop(void *rule, const struct prefix *prefix, @@ -515,7 +515,7 @@ static const struct route_map_rule_cmd route_set_ip_nexthop_cmd = { /* `set tag TAG' */ -/* Set tag to object. ojbect must be pointer to struct attr. */ +/* Set tag to object. object must be pointer to struct attr. */ static enum route_map_cmd_result_t route_set_tag(void *rule, const struct prefix *prefix, void *object) { |