doc: rgw: fix typo in comments

Signed-off-by: Nathan Cutler <ncutler@suse.cz>
This commit is contained in:
Nathan Cutler 2015-05-10 18:17:53 +02:00
parent 0334897159
commit 05cf0db22d
2 changed files with 2 additions and 2 deletions

View 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`

View 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'