doc: fix unrelated typo

Signed-off-by: Donald Lee <dlqs@gmx.com>
This commit is contained in:
Donald Lee 2021-08-10 07:28:29 +08:00
parent c42f38b8df
commit 5141fd7f8e

View File

@ -398,7 +398,7 @@ Again, for ``struct prefix *``:
{ {
lua_getfield(L, idx, "network"); lua_getfield(L, idx, "network");
(void)str2prefix(lua_tostring(L, -1), prefix); (void)str2prefix(lua_tostring(L, -1), prefix);
/* pop the netork string */ /* pop the network string */
lua_pop(L, 1); lua_pop(L, 1);
/* pop the prefix table */ /* pop the prefix table */
lua_pop(L, 1); lua_pop(L, 1);