From fda0b07e9d7c324abbe8be28a5dcbcda614e7069 Mon Sep 17 00:00:00 2001 From: liujiong Date: Sun, 14 Aug 2016 01:06:42 +0800 Subject: [PATCH] Fix typo in glusterfs driver comment TrivialFix Change-Id: I9701c363eca58ca79846689cb480088c0859674c --- manila/share/drivers/glusterfs/glusterfs_native.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manila/share/drivers/glusterfs/glusterfs_native.py b/manila/share/drivers/glusterfs/glusterfs_native.py index a84849c1e8..90675992af 100644 --- a/manila/share/drivers/glusterfs/glusterfs_native.py +++ b/manila/share/drivers/glusterfs/glusterfs_native.py @@ -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