diff options
| author | Deepesh Pathak <deepshpathak@gmail.com> | 2018-09-02 01:17:27 +0530 |
|---|---|---|
| committer | Deepesh Pathak <deepshpathak@gmail.com> | 2018-09-02 01:17:27 +0530 |
| commit | f270dfadb9af9e81ae4c884a3ea45ca4618a7a05 (patch) | |
| tree | f54c9498224727db334d2e9b2b5bc0707838da67 /security/keyring.go | |
| parent | 0f451a722918f39fa07bd9337e4a14ca154b13ae (diff) | |
feat(spell-check): add make command for spell check.
* Remove spelling mistakes in the repository
* Add travis script to check for typos.
* Add command to Makefile to check for typos.
* Fixes #71
Diffstat (limited to 'security/keyring.go')
| -rw-r--r-- | security/keyring.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keyring.go b/security/keyring.go index c4603bc..69ed38b 100644 --- a/security/keyring.go +++ b/security/keyring.go @@ -148,7 +148,7 @@ func userKeyringIDLookup(uid int) (keyringID int, err error) { // Our goals here are to: // - Find the user keyring (for the provided uid) // - Link it into the current process keyring (so we can use it) - // - Make no permenant changes to the process privileges + // - Make no permanent changes to the process privileges // Complicating this are the facts that: // - The value of KEY_SPEC_USER_KEYRING is determined by the ruid // - Keyring linking permissions use the euid |