changeset 2736:02e04783f84b

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Jul 2018 17:08:19 +0200
parents d43c669cc93d
children 8ed9893c9230
files NEWS Resources/Configuration.json
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Jul 13 15:47:33 2018 +0200
+++ b/NEWS	Fri Jul 13 17:08:19 2018 +0200
@@ -10,7 +10,7 @@
 
 * New advanced job engine
 * New configuration options:
-  - "ConcurrentJobs": Max number of jobs that are simultanously running
+  - "ConcurrentJobs": Max number of jobs that are simultaneously running
   - "SynchronousCMove": Whether to run DICOM C-Move operations synchronously
   - "JobsHistorySize": Max number of completed jobs that are kept in memory
 * New metadata automatically computed at the instance level: 
--- a/Resources/Configuration.json	Fri Jul 13 15:47:33 2018 +0200
+++ b/Resources/Configuration.json	Fri Jul 13 17:08:19 2018 +0200
@@ -43,7 +43,7 @@
   "Plugins" : [
   ],
 
-  // Maximum number of processing jobs that are simultanously running
+  // Maximum number of processing jobs that are simultaneously running
   // at any given time. A value of "0" indicates to use all the
   // available CPU logical cores. To emulate Orthanc <= 1.3.2, set
   // this value to "1".