summaryrefslogtreecommitdiff
path: root/isisd/isis_route.c
diff options
context:
space:
mode:
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 764a0b0cd3..9f8f639e5d 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;
}