Mercurial > hg > orthanc-book
changeset 357:6b432ce3a56e
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Mar 2020 07:59:50 +0200 |
parents | 12ecdb63a8cb |
children | 011b01ccf52d |
files | Sphinx/source/users/lua.rst |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/lua.rst Mon Mar 30 07:56:28 2020 +0200 +++ b/Sphinx/source/users/lua.rst Mon Mar 30 07:59:50 2020 +0200 @@ -27,8 +27,8 @@ To install it by the **configuration file** method, you just have to specify the path to the file containing the Lua script in the -``LuaScripts`` variable. A comma seprated list of paths can be specified -to install multiple scripts. +``LuaScripts`` variable. A comma-separated list of paths can be +specified to install multiple scripts. To upload a script stored in the file "``script.lua``" through the **REST API**, use the following command:: @@ -141,9 +141,10 @@ *Note:* All of these callbacks are guaranteed to be **invoked in mutual exclusion**. This implies that Lua scripting in Orthanc does -not support any kind of concurrency. If a callback is specified -multiple times in separate scripts, the event handler of the latest -loaded script is used. +not support any kind of concurrency. + +If a callback is specified multiple times in separate scripts, the +event handler of the latest loaded script is used. .. _lua-rest: