diff Sphinx/source/users/lua.rst @ 64:a3df3c2b68cf

import the documentation of the Worklists sample plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Nov 2016 13:02:56 +0100
parents 669ea65ba7fb
children 16d516fdc642
line wrap: on
line diff
--- a/Sphinx/source/users/lua.rst	Tue Nov 22 12:25:28 2016 +0100
+++ b/Sphinx/source/users/lua.rst	Tue Nov 22 13:02:56 2016 +0100
@@ -100,7 +100,7 @@
   `sample script is available
   <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Lua/IncomingFindRequestFilter.lua>`__.
 
-Furthermore, whenever a DICOM association is negociated for C-Store
+Furthermore, whenever a DICOM association is negotiated for C-Store
 SCP, several callbacks are successively invoked to specify which
 **transfer syntaxes** are accepted for the association. These
 callbacks are listed in `this sample script