drive: fix minor typos in comments
Signed-off-by: Craig Hesling <craig@hesling.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
c76d075472
commit
ead6a72e45
@@ -32,7 +32,7 @@ type grant struct {
|
||||
Access string
|
||||
}
|
||||
|
||||
// ParsePermissions builds a Permissions map from a lis of raw grants.
|
||||
// ParsePermissions builds a Permissions map from a list of raw grants.
|
||||
func ParsePermissions(rawGrants [][]byte) (Permissions, error) {
|
||||
permissions := make(Permissions)
|
||||
for _, rawGrant := range rawGrants {
|
||||
|
||||
Reference in New Issue
Block a user