]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: fix unrelated typo 9348/head
authorDonald Lee <dlqs@gmx.com>
Mon, 9 Aug 2021 23:28:29 +0000 (07:28 +0800)
committerDonald Lee <dlqs@gmx.com>
Mon, 9 Aug 2021 23:35:32 +0000 (07:35 +0800)
Signed-off-by: Donald Lee <dlqs@gmx.com>
doc/developer/scripting.rst

index f0502697c5f67ff559c312c29ee183fe03507e0a..202f0036f82fdbfbfb207070892e1cac797b8702 100644 (file)
@@ -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);