summaryrefslogtreecommitdiff
path: root/doc/developer/scripting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/scripting.rst')
-rw-r--r--doc/developer/scripting.rst2
1 files changed, 1 insertions, 1 deletions
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);