Skip to content

Commit

Permalink
Merge pull request #1216 from shaloulcy/fix_comments_for_ObjectMeta
Browse files Browse the repository at this point in the history
docs: fix misspell for ObjectMeta comments
  • Loading branch information
HusterWan authored Apr 25, 2018
2 parents eee66c2 + 1d61d8c commit 01c4164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/volume/types/meta/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 01c4164

Please sign in to comment.