From: job Date: Thu, 2 Feb 2023 19:23:01 +0000 (+0000) Subject: Fix typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9a717891aad771e37cbc0b9e34e279cd02c9f31c;p=openbsd Fix typo --- diff --git a/usr.sbin/bgpctl/parser.c b/usr.sbin/bgpctl/parser.c index c1069f9eb83..6053cfd8547 100644 --- a/usr.sbin/bgpctl/parser.c +++ b/usr.sbin/bgpctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.120 2023/01/30 16:53:24 claudio Exp $ */ +/* $OpenBSD: parser.c,v 1.121 2023/02/02 19:23:01 job Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -196,7 +196,7 @@ static const struct token t_show_rib[] = { static const struct token t_show_avs[] = { { FLAG, "valid" , F_CTL_AVS_VALID, t_show_rib}, { FLAG, "invalid", F_CTL_AVS_INVALID, t_show_rib}, - { FLAG, "unknonw", F_CTL_AVS_UNKNOWN, t_show_rib}, + { FLAG, "unknown", F_CTL_AVS_UNKNOWN, t_show_rib}, { ENDTOKEN, "", NONE, NULL} };