diff --git a/storage/volume/types/meta/types.go b/storage/volume/types/meta/types.go index a3935f3e8..30bf04fb5 100644 --- a/storage/volume/types/meta/types.go +++ b/storage/volume/types/meta/types.go @@ -109,7 +109,7 @@ type ObjectMeta struct { // Name is primarily intended for creation idempotence and configuration definition. Name string `json:"Name,omitempty"` - // Clainmer is user name string to indicate who create this object. + // Claimer is user name string to indicate who create this object. Claimer string `json:"Claimer,omitempty"` // Namespace defines the space within which name must be unique.