Fix spelling mistakes identified by Lintian

Co-authored-by: Thulinma <jaron@vietors.com>
This commit is contained in:
Alex Henrie 2024-02-08 11:08:36 -07:00 committed by Thulinma
parent a1fbb9e186
commit ea47e19129
14 changed files with 24 additions and 24 deletions

View file

@ -5974,11 +5974,11 @@ var UI = {
)
).append(
$("<div>").append(
"Data transfered: "+UI.format.bytes(stats.bytes)
"Data transferred: "+UI.format.bytes(stats.bytes)
)
).append(
$("<div>").append(
"Media time transfered: "+UI.format.duration(stats.mediatime*1e-3)
"Media time transferred: "+UI.format.duration(stats.mediatime*1e-3)
)
);
if ("pkt_retrans_count" in stats) {
@ -6729,7 +6729,7 @@ var UI = {
saveas.target += append;
}
}
delete saveas.params; //these are now part of the target url and we don't need them seperately
delete saveas.params; //these are now part of the target url and we don't need them separately
delete saveas.custom_url_params;
var obj = {};