diff options
| author | Joseph Richey <joerichey@google.com> | 2018-09-05 22:49:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-05 22:49:42 -0700 |
| commit | 0294624efdef9b78e305453b740d380a64583324 (patch) | |
| tree | f54c9498224727db334d2e9b2b5bc0707838da67 /security/keyring.go | |
| parent | 0f451a722918f39fa07bd9337e4a14ca154b13ae (diff) | |
| parent | f270dfadb9af9e81ae4c884a3ea45ca4618a7a05 (diff) | |
Merge pull request #106 from fristonio/spell-check
feat(spell-check): add make command for spell check.
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 |