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.