]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix some it's -> its typos 22802/head
authorBrad Fitzpatrick <brad@danga.com>
Tue, 3 Jul 2018 02:15:10 +0000 (19:15 -0700)
committerBrad Fitzpatrick <brad@danga.com>
Tue, 3 Jul 2018 02:16:23 +0000 (19:16 -0700)
Signed-off-by: Brad Fitzpatrick <brad@danga.com>
doc/dev/mon-bootstrap.rst
doc/man/8/ceph-deploy.rst
doc/rados/configuration/ceph-conf.rst

index 75c8a5e7649703178a905ba8b84f085b2253953a..13da36196f49b1afbafe744451b3de96fb0fde6e 100644 (file)
@@ -167,7 +167,7 @@ New nodes can be forced to join an existing cluster in two ways:
 Initially peerless expansion
 ----------------------------
 
-Create a new monitor and give it no peer addresses other than it's own.  For
+Create a new monitor and give it no peer addresses other than its own.  For
 example::
 
      ceph-mon --mkfs -i <myid> --fsid <fsid> --keyring <mon secret key> --public-addr <ip>
index dd779b2451329e73a4f8dff32fdb8ddc4c26bc07..447e02f0b0a8f0418c0d5f92ae92ad9d6c2a86bb 100644 (file)
@@ -241,7 +241,7 @@ disk
 ----
 
 Manage disks on a remote host. It actually triggers the ``ceph-volume`` utility
-and it's subcommands to manage disks.
+and its subcommands to manage disks.
 
 Subcommand ``list`` lists disk partitions and Ceph OSDs.
 
index 34e84d15d11465ab62f57b57d4ed670f85801604..b306625224faaa58a3d91a220e2c2b7323e5fa60 100644 (file)
@@ -157,7 +157,7 @@ Sections may also specify an individual daemon or client name.  For example,
 ``mon.foo``, ``osd.123``, and ``client.smith`` are all valid section names.
 
 
-Any given daemon will draw it's settings from the global section, the
+Any given daemon will draw its settings from the global section, the
 daemon or client type section, and the section sharing its name.
 Settings in the most-specific section take precedence, so for example
 if the same option is specified in both ``global``, ``mon``, and