Fix spelling

Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
This commit is contained in:
a1346054
2021-09-15 20:34:05 +00:00
parent a8ab8c811f
commit 48c63c0a0b
10 changed files with 29 additions and 29 deletions

View File

@@ -13,7 +13,7 @@
$.extend($.fn.dataTableExt.oSort, {
"ip-address-pre": function (a) {
// Skip empty fields (IP address might have expired or
// reassigned to a differenct device)
// reassigned to a different device)
if (!a || a.length === 0) {
return Infinity;
}