From 5141fd7f8e034081f3e1a2f391dd43d664c0412c Mon Sep 17 00:00:00 2001 From: Donald Lee Date: Tue, 10 Aug 2021 07:28:29 +0800 Subject: [PATCH] doc: fix unrelated typo Signed-off-by: Donald Lee --- doc/developer/scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5