From: Donald Lee Date: Mon, 9 Aug 2021 23:28:29 +0000 (+0800) Subject: doc: fix unrelated typo X-Git-Tag: base_8.1~215^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F9348%2Fhead;p=mirror%2Ffrr.git doc: fix unrelated typo Signed-off-by: Donald Lee --- diff --git a/doc/developer/scripting.rst b/doc/developer/scripting.rst index f0502697c5..202f0036f8 100644 --- a/doc/developer/scripting.rst +++ b/doc/developer/scripting.rst @@ -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);