changeset 4959:29bcc3f47f2a

typos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Mar 2022 12:19:59 +0100
parents 924b15d983c7
children 7ae27bc1f4bb c76eb3cedcf0
files OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/jquery.fileupload.js OrthancServer/OrthancExplorer/libs/jquery.blockui.js
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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) {
--- 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