Merge pull request #5908 from rubenk/zebra-fix-typo-in-debug-message

zebra: fix typo in debug log message
This commit is contained in:
Quentin Young 2020-03-04 11:59:49 -05:00 committed by GitHub
commit 5a2c6abbc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3172,7 +3172,7 @@ void rib_update(rib_update_event_t event)
&t_rib_update_threads[event]))
rib_update_ctx_fini(&ctx); /* Already scheduled */
else if (IS_ZEBRA_DEBUG_EVENT)
zlog_debug("%s: Schedued VRF (ALL), event %s", __func__,
zlog_debug("%s: Scheduled VRF (ALL), event %s", __func__,
rib_update_event2str(event));
}