You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:44:17 UTC

[buildstream] 01/03: doc/source/install.rst: Fix typos

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

not-in-ldap pushed a commit to branch fix_typos
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 8fb90c773e0f2d5e75decaf23123b02d47c10bf9
Author: Tristan Maat <tr...@codethink.co.uk>
AuthorDate: Tue Dec 19 17:18:41 2017 +0000

    doc/source/install.rst: Fix typos
---
 doc/source/install.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/source/install.rst b/doc/source/install.rst
index cb4d46a..33565c8 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -31,8 +31,9 @@ BuildStream requires the following base system requirements:
 
 
 Note that ``ruamel.yaml`` is a pure python library which is normally
-obtainable via pip, however there seems to be some problems with installing
-this package so we recommend installing it with your package manager first.
+obtainable via pip, however there seems to be some problem with
+installing this package so we recommend installing it with your
+package manager first.
 
 For the purpose of installing BuildStream while there are no distro packages,
 you will additionally need:
@@ -104,7 +105,7 @@ git repository and install it as a regular user::
   cd buildstream
   pip3 install --user .
 
-This will install buildstream and it's pure python dependencies directly into
+This will install buildstream and its pure python dependencies directly into
 your user's homedir in ``~/.local``
 
 
@@ -135,7 +136,7 @@ to your ``~/.bash_completion``:
 
 Upgrading with pip
 ~~~~~~~~~~~~~~~~~~
-To upgrade a previously install BuildStream, you will need to pull the latest
+To upgrade a previously installed BuildStream, you will need to pull the latest
 changes and reinstall as such::
 
   pip3 uninstall buildstream