# HG changeset patch # User Sebastien Jodogne # Date 1648034399 -3600 # Node ID 29bcc3f47f2aa6e5d97fbce281c35286139f9e5b # Parent 924b15d983c745aece70f1b0a6c05c9b357db4fe typos diff -r 924b15d983c7 -r 29bcc3f47f2a OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/jquery.fileupload.js --- a/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/jquery.fileupload.js Wed Mar 23 12:04:33 2022 +0100 +++ b/OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/jquery.fileupload.js Wed Mar 23 12:19:59 2022 +0100 @@ -278,7 +278,7 @@ _initProgressListener: function (options) { var that = this, xhr = options.xhr ? options.xhr() : $.ajaxSettings.xhr(); - // Accesss to the native XHR object is required to add event listeners + // Access to the native XHR object is required to add event listeners // for the upload progress event: if (xhr.upload) { $(xhr.upload).bind('progress', function (e) { diff -r 924b15d983c7 -r 29bcc3f47f2a OrthancServer/OrthancExplorer/libs/jquery.blockui.js --- a/OrthancServer/OrthancExplorer/libs/jquery.blockui.js Wed Mar 23 12:04:33 2022 +0100 +++ b/OrthancServer/OrthancExplorer/libs/jquery.blockui.js Wed Mar 23 12:19:59 2022 +0100 @@ -145,7 +145,7 @@ // enable if you want key and mouse events to be disabled for content that is blocked bindEvents: true, - // be default blockUI will supress tab navigation from leaving blocking content + // be default blockUI will suppress tab navigation from leaving blocking content // (if bindEvents is true) constrainTabKey: true, @@ -221,7 +221,7 @@ var z = opts.baseZ; // blockUI uses 3 layers for blocking, for simplicity they are all used on every platform; - // layer1 is the iframe layer which is used to supress bleed through of underlying content + // layer1 is the iframe layer which is used to suppress bleed through of underlying content // layer2 is the overlay layer which has opacity and a wait cursor (by default) // layer3 is the message content that is displayed while blocking