From fe80e6019b5fbca6d3acf4d3be92f45f4a53ad18 Mon Sep 17 00:00:00 2001 From: Donald Lee Date: Sat, 24 Jul 2021 03:16:18 +0800 Subject: [PATCH] doc: 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 232c20f61c..e40029c2b4 100644 --- a/doc/developer/scripting.rst +++ b/doc/developer/scripting.rst @@ -245,7 +245,7 @@ To delete a script and the all Lua states associated with it: A complete example """""""""""""""""" -So, a typical exection call, with error checking, looks something like this: +So, a typical execution call, with error checking, looks something like this: .. code-block:: c -- 2.39.5