From 1b9454f9cfe9449b15177a0adbd94c64e04d6ef6 Mon Sep 17 00:00:00 2001 From: Seyi Ogunyemi Date: Wed, 12 Aug 2015 13:50:39 +0100 Subject: [PATCH] Fix minor typos. --- src/Scripts/jquery.fileDownload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Scripts/jquery.fileDownload.js b/src/Scripts/jquery.fileDownload.js index 67a8d79..2a0b8fe 100644 --- a/src/Scripts/jquery.fileDownload.js +++ b/src/Scripts/jquery.fileDownload.js @@ -194,7 +194,7 @@ $.extend({ onSuccess: function (url) { - //remove the perparing message if it was specified + //remove the preparing message if it was specified if ($preparingDialog) { $preparingDialog.dialog('close'); } @@ -206,7 +206,7 @@ $.extend({ onFail: function (responseHtml, url, error) { - //remove the perparing message if it was specified + //remove the preparing message if it was specified if ($preparingDialog) { $preparingDialog.dialog('close'); }