Fix deprecations and typos

This commit is contained in:
Mattias Wadman
2024-03-12 00:56:56 +01:00
parent 396be61f8d
commit 8dad7bee96
3 changed files with 17 additions and 17 deletions

View File

@ -380,7 +380,7 @@ func TestDownloadSections(t *testing.T) {
}
seconds := int(gotDuration)
if seconds != duration {
t.Fatalf("didnot get expected duration of %d, but got %d", duration, seconds)
t.Fatalf("did not get expected duration of %d, but got %d", duration, seconds)
}
dr.Close()
}