From 96e4116d600f6b4dcca85695fe9c5ec98ce83ac5 Mon Sep 17 00:00:00 2001 From: Umputun Date: Fri, 7 Sep 2018 02:43:34 -0500 Subject: [PATCH] fix typo in comment --- backend/app/cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/cmd/cmd.go b/backend/app/cmd/cmd.go index 6997e175..0eb8e157 100644 --- a/backend/app/cmd/cmd.go +++ b/backend/app/cmd/cmd.go @@ -48,7 +48,7 @@ type fileParser struct { // parse apply template and also concat path and file. In case if file contains path separator path will be ignored func (p *fileParser) parse(now time.Time) (string, error) { - // file/location paramaters my have template masks + // file/location parameters my have template masks fileTemplate := struct { YYYYMMDD string YYYY string