diff options
author | Donald Lee <dlqs@gmx.com> | 2021-07-23 21:16:18 +0200 |
---|---|---|
committer | Donald Lee <dlqs@gmx.com> | 2021-07-23 21:35:09 +0200 |
commit | fe80e6019b5fbca6d3acf4d3be92f45f4a53ad18 (patch) | |
tree | cc53126612ae4a6e3caded748e6c6ee9a199e943 /doc | |
parent | lib: typo in tests (diff) | |
download | frr-fe80e6019b5fbca6d3acf4d3be92f45f4a53ad18.tar.xz frr-fe80e6019b5fbca6d3acf4d3be92f45f4a53ad18.zip |
doc: typo
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'doc')
-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 232c20f61..e40029c2b 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 |