Skip to content

Commit 87b2cee

Browse files
timgates42ewdurbin
andauthored
Fix simple typo: prinicpal -> principal (#7349)
Closes #7348 Co-authored-by: Ernest W. Durbin III <[email protected]>
1 parent 9085c85 commit 87b2cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/macaroons/auth_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def permits(self, context, principals, permission):
144144

145145
# If our Macaroon is verified, and for a valid permission then we'll pass
146146
# this request to our underlying Authorization policy, so it can handle its
147-
# own authorization logic on the prinicpal.
147+
# own authorization logic on the principal.
148148
if permission in valid_permissions:
149149
return self.policy.permits(context, principals, permission)
150150
else:

0 commit comments

Comments
 (0)