From f270dfadb9af9e81ae4c884a3ea45ca4618a7a05 Mon Sep 17 00:00:00 2001 From: Deepesh Pathak Date: Sun, 2 Sep 2018 01:17:27 +0530 Subject: 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 --- security/keyring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/keyring.go') 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 -- cgit v1.3