Merge "Fix a spelling mistake in keystone/common/utils.py"

This commit is contained in:
Jenkins 2014-09-25 18:01:00 +00:00 committed by Gerrit Code Review
commit 2fc25ff9bb
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ def set_permissions(path, mode=None, user=None, group=None, log=None):
def make_dirs(path, mode=None, user=None, group=None, log=None):
'''Assure directory exists, set ownership and permissions.
Assure the directory exists and optionally set it's ownership
Assure the directory exists and optionally set its ownership
and permissions.
Each of the mode, user and group are optional, if None then