Fix typo in Secrets

This commit is contained in:
Tamer Tas 2015-04-01 00:56:20 +03:00
parent 6e8f790f1c
commit 2108ead7d3
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,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"`
}