summaryrefslogtreecommitdiff
path: root/zebra/rtadv.c
diff options
context:
space:
mode:
authorMark Stapp <mjs.ietf@gmail.com>2024-08-15 14:42:11 -0400
committerGitHub <noreply@github.com>2024-08-15 14:42:11 -0400
commitfa50fde9541348e80bb2b4835f72db86362fa38e (patch)
tree07cb328e799de1e3fc1b61327a9e78e89b20ecc9 /zebra/rtadv.c
parent4451f93d970c291da4efd569e86ddb06d3d769c2 (diff)
parentbaa0a1df5b51160e9b6d4caebcdd2c72ecbbadc5 (diff)
Merge pull request #16590 from donaldsharp/spelling_in_master
*: Fix spelling errors found
Diffstat (limited to 'zebra/rtadv.c')
-rw-r--r--zebra/rtadv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rtadv.c b/zebra/rtadv.c
index 470391de9b..8f6713517d 100644
--- a/zebra/rtadv.c
+++ b/zebra/rtadv.c
@@ -1960,7 +1960,7 @@ uint32_t rtadv_get_interfaces_configured_from_bgp(void)
void rtadv_init(void)
{
if (CMSG_SPACE(sizeof(struct in6_pktinfo)) > RTADV_ADATA_SIZE) {
- zlog_debug("%s: RTADV_ADATA_SIZE choosen will not work on this platform, please use a larger size",
+ zlog_debug("%s: RTADV_ADATA_SIZE chosen will not work on this platform, please use a larger size",
__func__);
exit(-1);