Merge "Fix typo in glusterfs driver comment"

This commit is contained in:
Jenkins 2016-08-14 14:16:04 +00:00 committed by Gerrit Code Review
commit d43c8198a7
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class GlusterfsNativeShareDriver(driver.ExecuteMixin,
"""Update access rules, authorize SSL CNs (Common Names)."""
# Fetch existing authorized CNs, the value of Gluster option
# 'auth.ssl-allow' that is available as a comma seperated string.
# 'auth.ssl-allow' that is available as a comma separated string.
# wrt. GlusterFS' parsing of auth.ssl-allow, please see code from
# https://github.com/gluster/glusterfs/blob/v3.6.2/
# xlators/protocol/auth/login/src/login.c#L80