diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:38:11 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:46:19 +0200 |
commit | 61879cab13b362db334af8e015076b6a959ab5b1 (patch) | |
tree | e5fe6d226385ef7894c9d87721dc67c79b680225 /pbrd | |
parent | *: Fix spelling of ojbect (diff) | |
download | frr-61879cab13b362db334af8e015076b6a959ab5b1.tar.xz frr-61879cab13b362db334af8e015076b6a959ab5b1.zip |
*: Fix spelling of Inteface
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pbrd')
-rw-r--r-- | pbrd/pbr_zebra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_zebra.c b/pbrd/pbr_zebra.c index da4e3e1bc..4506dc1af 100644 --- a/pbrd/pbr_zebra.c +++ b/pbrd/pbr_zebra.c @@ -64,7 +64,7 @@ void pbr_if_del(struct interface *ifp) XFREE(MTYPE_PBR_INTERFACE, ifp->info); } -/* Inteface addition message from zebra. */ +/* Interface addition message from zebra. */ int pbr_ifp_create(struct interface *ifp) { DEBUGD(&pbr_dbg_zebra, "%s: %s", __func__, ifp->name); |