From f968c13312042fc2d64f04f0677e686f23d585ff Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 11 Mar 2018 19:01:37 -0500 Subject: [PATCH] typo --- app/store/bolt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/bolt.go b/app/store/bolt.go index f7773cf3..4f4557ab 100644 --- a/app/store/bolt.go +++ b/app/store/bolt.go @@ -148,7 +148,7 @@ func (b *BoltDB) Create(comment Comment) (commentID string, err error) { } // Delete removes comment, by locator from the store. -// Posts collection only sets status to deleted and clear fileds in order to prevent breaking trees of replies. +// Posts collection only sets status to deleted and clear fields in order to prevent breaking trees of replies. // From last bucket removed for real. func (b *BoltDB) Delete(locator Locator, commentID string) error {