diff options
| author | Donald Lee <dlqs@gmx.com> | 2021-07-24 03:16:18 +0800 |
|---|---|---|
| committer | Donald Lee <dlqs@gmx.com> | 2021-07-24 03:35:09 +0800 |
| commit | fe80e6019b5fbca6d3acf4d3be92f45f4a53ad18 (patch) | |
| tree | cc53126612ae4a6e3caded748e6c6ee9a199e943 | |
| parent | 26693b3afce6abfaf77ac4833ce9f594ef7118b1 (diff) | |
doc: typo
Signed-off-by: Donald Lee <dlqs@gmx.com>
| -rw-r--r-- | doc/developer/scripting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
