Fix typo in glusterfs driver comment

TrivialFix

Change-Id: I9701c363eca58ca79846689cb480088c0859674c
This commit is contained in:
liujiong 2016-08-14 01:06:42 +08:00
parent a3087b309a
commit fda0b07e9d
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