]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: rgw: fix typo in comments 4637/head
authorNathan Cutler <ncutler@suse.cz>
Sun, 10 May 2015 16:17:53 +0000 (18:17 +0200)
committerNathan Cutler <ncutler@suse.cz>
Sun, 10 May 2015 16:17:53 +0000 (18:17 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
src/init-radosgw
src/init-radosgw.sysv

index 7af51efd51bf46a86b12b12621137a76bf942e3d..cca92290e03874c70ca7bcf0c867d678c3706306 100644 (file)
@@ -34,7 +34,7 @@ done
 # prefix for radosgw instances in ceph.conf
 PREFIX='client.radosgw.'
 
-# user to run radosgw as (it not specified in ceph.conf)
+# user to run radosgw as (if not specified in ceph.conf)
 DEFAULT_USER='root'
 
 RADOSGW=`which radosgw`
index 5e54c7823bcab0ab474acb5b6a78c5093175d607..505cfeef8a4643082fe0c39626f1142c8dc85a8b 100644 (file)
@@ -35,7 +35,7 @@ done
 # prefix for radosgw instances in ceph.conf
 PREFIX='client.radosgw.'
 
-# user to run radosgw as (it not specified in ceph.conf)
+# user to run radosgw as (if not specified in ceph.conf)
 #DEFAULT_USER='www-data'
 DEFAULT_USER='root'