From c43d690b572027027cc29e7e61757f5a634af610 Mon Sep 17 00:00:00 2001 From: Fadi Abbud Date: Mon, 7 Feb 2022 13:23:09 +0100 Subject: [PATCH] Fix Typo --- cmd/csaf_provider/actions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {