From e26cb4813e41e94a5d7d996a995ddb885325a3d2 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:52:12 +0200 Subject: [PATCH] chore: fix spelling errors (#20719) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- indexer/base/object_type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/base/object_type.go b/indexer/base/object_type.go index 06f8adbc92..73f8721d1d 100644 --- a/indexer/base/object_type.go +++ b/indexer/base/object_type.go @@ -7,7 +7,7 @@ type ObjectType struct { // KeyFields is a list of fields that make up the primary key of the object. // It can be empty in which case indexers should assume that this object is - // a singleton and ony has one value. + // a singleton and only has one value. KeyFields []Field // ValueFields is a list of fields that are not part of the primary key of the object.