summaryrefslogtreecommitdiffstats
path: root/isisd/isis_route.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 14:16:45 +0200
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 14:16:45 +0200
commitb97047ed11ece92d2faa286d4b7f446d01edb0d8 (patch)
treeeb84a13d254ba2aecff20041468d3e4997bfeed3 /isisd/isis_route.c
parent*: Fix spelling of seperator (diff)
downloadfrr-b97047ed11ece92d2faa286d4b7f446d01edb0d8.tar.xz
frr-b97047ed11ece92d2faa286d4b7f446d01edb0d8.zip
*: Fix spelling of non-existant
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'isisd/isis_route.c')
-rw-r--r--isisd/isis_route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_route.c b/isisd/isis_route.c
index 764a0b0cd..9f8f639e5 100644
--- a/isisd/isis_route.c
+++ b/isisd/isis_route.c
@@ -443,7 +443,7 @@ void isis_route_delete(struct isis_area *area, struct route_node *rode,
if (rinfo == NULL) {
if (IS_DEBUG_RTE_EVENTS)
zlog_debug(
- "ISIS-Rte: tried to delete non-existant route %s",
+ "ISIS-Rte: tried to delete non-existent route %s",
buff);
return;
}