You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/03/09 14:03:59 UTC

[buildstream] branch master updated: doc/source/using_config.rst: fix "it's" typos

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a30066  doc/source/using_config.rst: fix "it's" typos
     new 225ae1d  Merge pull request #1446 from wjt/patch-3
6a30066 is described below

commit 6a30066563436e5949a0c3f41f5655c97f343be8
Author: Will Thompson <wi...@willthompson.co.uk>
AuthorDate: Tue Feb 23 13:33:13 2021 +0000

    doc/source/using_config.rst: fix "it's" typos
---
 doc/source/using_config.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/source/using_config.rst b/doc/source/using_config.rst
index 8bbfd2e..acfff95 100644
--- a/doc/source/using_config.rst
+++ b/doc/source/using_config.rst
@@ -25,9 +25,9 @@ will be ``~/.config/buildstream.conf``
    can have separate configuration files in your ``${XDG_CONFIG_HOME}``.
 
    You can do this by naming them according to the major versions of
-   BuildStream you have installed. BuildStream 1 will load it's configuration
+   BuildStream you have installed. BuildStream 1 will load its configuration
    from ``$XDG_CONFIG_HOME/buildstream1.conf`` and BuildStream 2 will load
-   it's configuration from ``$XDG_CONFIG_HOME/buildstream2.conf``, while
+   its configuration from ``$XDG_CONFIG_HOME/buildstream2.conf``, while
    any version will fallback to ``$XDG_CONFIG_HOME/buildstream.conf``.
 
 
@@ -377,8 +377,8 @@ Attributes
     * ``failed``: If the element has been built and the build has failed.
     * ``cached``: If the element has been successfully built and is present in the local cache.
     * ``fetch needed``: If the element cannot be built yet because the sources need to be :ref:`fetched <invoking_source_fetch>`.
-    * ``buildable``: If the element has all of it's sources and build dependency artifacts cached locally.
-    * ``waiting``: If the element has all of it's sources cached but it's build dependencies are not yet locally cached.
+    * ``buildable``: If the element has all of its sources and build dependency artifacts cached locally.
+    * ``waiting``: If the element has all of its sources cached but its build dependencies are not yet locally cached.
 
   * ``config``
 
@@ -586,7 +586,7 @@ Attributes
   The client certificate is used by the remote server to decrypt
   traffic being uploaded to the server.
 
-  The remote server will have it's own copy of this certificate, but the
+  The remote server will have its own copy of this certificate, but the
   client needs to send this certificate's identity to the server so that
   the server knows which certificate to use.