Fix previous spellcheck errors

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2023-06-30 20:35:34 -03:00
parent 702f403696
commit ef513c2c48
9 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ function handleAjaxError(xhr, textStatus) {
if (textStatus === "timeout") {
alert("The server took too long to send the data.");
} else {
alert("An unknown error occured while loading the data.\n" + xhr.responseText);
alert("An unknown error occurred while loading the data.\n" + xhr.responseText);
}
table.clear();