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:
parent
5459f10d39
commit
018e0e55f7
4 changed files with 32 additions and 30 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue