mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 22:27:47 +00:00
doc: fix unrelated typo
Signed-off-by: Donald Lee <dlqs@gmx.com>
This commit is contained in:
parent
c42f38b8df
commit
5141fd7f8e
@ -398,7 +398,7 @@ Again, for ``struct prefix *``:
|
||||
{
|
||||
lua_getfield(L, idx, "network");
|
||||
(void)str2prefix(lua_tostring(L, -1), prefix);
|
||||
/* pop the netork string */
|
||||
/* pop the network string */
|
||||
lua_pop(L, 1);
|
||||
/* pop the prefix table */
|
||||
lua_pop(L, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user