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'); }