Skip to content

Commit

Permalink
doc: fix some it's -> its typos
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
bradfitz committed Jul 3, 2018
1 parent 9106dc5 commit 64212f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/dev/mon-bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion doc/man/8/ceph-deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/rados/configuration/ceph-conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64212f3

Please sign in to comment.