fix: typo in alert messages

This commit is contained in:
Ankur Kaushal 2024-01-27 17:30:10 -05:00
parent 81cf980368
commit a41e6dde94
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ javascript: (function () {
document.getElementsByTagName("head")[0].appendChild(script); document.getElementsByTagName("head")[0].appendChild(script);
}) })
.catch(function () { .catch(function () {
alert("Error retreiving PowerDeleteSuite from github"); alert("Error retrieving PowerDeleteSuite from github");
}); });
} else if ( } else if (
confirm( confirm(

View file

@ -148,7 +148,7 @@ var pd = {
$("#pd__central").show(); $("#pd__central").show();
}, },
function () { function () {
alert("Error retreiving CSS from /r/PowerDeleteSuite"); alert("Error retrieving CSS from /r/PowerDeleteSuite");
} }
); );
}, },
@ -174,7 +174,7 @@ var pd = {
pd.helpers.restoreSettings(); pd.helpers.restoreSettings();
}, },
function () { function () {
alert("Error retreiving markup from /r/PowerDeleteSuite"); alert("Error retrieving markup from /r/PowerDeleteSuite");
} }
); );
}, },