Merge pull request #6249 from TamerTas/typo

Fix typo in Secrets
This commit is contained in:
Victor Marmol
2015-03-31 15:14:55 -07:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1643,7 +1643,7 @@ type Secret struct {
// representing the arbitrary (possibly non-string) data value here.
Data map[string][]byte `json:"data,omitempty"`
// Used to facilitate programatic handling of secret data.
// Used to facilitate programmatic handling of secret data.
Type SecretType `json:"type,omitempty"`
}