1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix downloader logging docs and some comments. (#447)

This commit is contained in:
Sascha L. Teichmann 2023-08-29 10:24:02 +02:00 committed by GitHub
parent 5459f10d39
commit 018e0e55f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 30 deletions

View file

@ -130,7 +130,7 @@ func replaceExt(fname, nExt string) string {
return fname[:len(fname)-len(ext)] + nExt
}
// buildRequest creates an HTTP request suited ti forward the given advisory.
// buildRequest creates an HTTP request suited to forward the given advisory.
func (f *forwarder) buildRequest(
filename, doc string,
status validationStatus,