diff --git a/manila/share/drivers/tegile/tegile.py b/manila/share/drivers/tegile/tegile.py index 1439f2921a..201945a408 100644 --- a/manila/share/drivers/tegile/tegile.py +++ b/manila/share/drivers/tegile/tegile.py @@ -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)