From a5cba758556679ec36dbffeec904da79955af6eb Mon Sep 17 00:00:00 2001 From: Travis Date: Tue, 10 Mar 2020 21:46:11 -0500 Subject: [PATCH] fix typos in comment --- api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.go b/api.go index 92c9b1eb5..ba4482c11 100644 --- a/api.go +++ b/api.go @@ -321,9 +321,9 @@ func importWorker(importWork chan importJob) { for viewName, viewData := range j.req.Views { // The logic here corresponds to the logic in fragment.cleanViewName(). // Unfortunately, the logic in that method is not completely exclusive - // (i.e. an "other" view named with format YYYMMDD woud be handled + // (i.e. an "other" view named with format YYYYMMDD would be handled // incorrectly). One way to address this would be to change the logic - // overall so there weren't conflicts. For now, I'm just going to + // overall so there weren't conflicts. For now, we just // rely on the field type to inform the intended view name. if viewName == "" { viewName = viewStandard