Merge "Spelling Errors"

This commit is contained in:
Zuul 2018-09-12 20:47:25 +00:00 committed by Gerrit Code Review
commit 3858ed98bf
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ class TegileShareDriver(driver.ShareDriver):
# Remove user ACLs if share_proto is CIFS
self._api('clearAccessRules', params)
# Looping thru all rules.
# Looping through all rules.
# Will have one API call per rule.
for access in access_rules:
self._allow_access(context, share, access, share_server)