Merge pull request #893 from docker/docs-typo

fix access typos, close 833
(cherry picked from commit 41c5dd3248dfeee0213b104b0cfc95b473164ec1)
This commit is contained in:
Riyaz Faizullabhoy 2016-08-02 10:27:30 -07:00 committed by Sven Dowideit
parent 0517d5728e
commit a6fda67663
2 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ decrypted key depends on the type and combination of keys that were compromised
No other keys are needed, since the attacker can just any rotate or all of them to ones that they
generate. With these keys, they can set up a mirror to serve malicious data - any malicious data
at all, given that they have acess to all the keys.
at all, given that they have access to all the keys.
- **Decrypted Root Key + none or any combination of decrypted keys + Notary Service write-capable credentials**

View File

@ -143,7 +143,7 @@ type yubikeySigner struct {
}
// NewYubiPrivateKey returns a YubiPrivateKey, which implements the data.PrivateKey
// interface except that the private material is inacessible
// interface except that the private material is inaccessible
func NewYubiPrivateKey(slot []byte, pubKey data.ECDSAPublicKey,
passRetriever notary.PassRetriever) *YubiPrivateKey {