diff --git a/cmd/csaf_provider/actions.go b/cmd/csaf_provider/actions.go index a4fc0a5..8d53083 100644 --- a/cmd/csaf_provider/actions.go +++ b/cmd/csaf_provider/actions.go @@ -129,7 +129,7 @@ func (c *controller) tlpParam(r *http.Request) (tlp, error) { return "", fmt.Errorf("unsupported TLP type '%s'", t) } -// creates calls the "ensureFolders" functions to create the directories and files. +// create calls the "ensureFolders" functions to create the directories and files. // It returns a struct by success, otherwise an error. func (c *controller) create(*http.Request) (interface{}, error) { if err := ensureFolders(c.cfg); err != nil {