From 05cf0db22dc3a9cb2bf4b86b8f240683c23f41ac Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sun, 10 May 2015 18:17:53 +0200 Subject: [PATCH] doc: rgw: fix typo in comments Signed-off-by: Nathan Cutler --- src/init-radosgw | 2 +- src/init-radosgw.sysv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init-radosgw b/src/init-radosgw index 7af51efd51bf4..cca92290e0387 100644 --- a/src/init-radosgw +++ b/src/init-radosgw @@ -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` diff --git a/src/init-radosgw.sysv b/src/init-radosgw.sysv index 5e54c7823bcab..505cfeef8a464 100644 --- a/src/init-radosgw.sysv +++ b/src/init-radosgw.sysv @@ -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' -- 2.39.5