diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-02-19 17:10:18 +0000 |
---|---|---|
committer | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-02-20 14:07:24 +0000 |
commit | 5a9143b2362663053e87cc6867597af557b2771a (patch) | |
tree | 6ae67ffdc2c476398d1cfdf79422b6a6a50dfa31 /doc | |
parent | 40de82049212ac9243c9977c578a38c6cab734ef (diff) | |
download | buildstream-5a9143b2362663053e87cc6867597af557b2771a.tar.gz |
doc/./arch_scheduler: fixup "it's" typos
"it's" is always short for "it is" or "it has".
The possesive pronoun for "it" is "its", like "his".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/arch_scheduler.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/arch_scheduler.rst b/doc/source/arch_scheduler.rst index bc1a3efcd..e20408263 100644 --- a/doc/source/arch_scheduler.rst +++ b/doc/source/arch_scheduler.rst @@ -19,9 +19,9 @@ The Job class has the following responsibilities: * Offering an abstract method for subclasses to handle the outcome of a job when it completes. -* Forcefully terminating it's subprocess. +* Forcefully terminating its subprocess. -* Suspending and resuming it's subprocess. +* Suspending and resuming its subprocess. * Declaring the types of resources it will require, and which resources it will require exclusively. @@ -84,7 +84,7 @@ The Queue implementations are: * **Build** - The build queue attempts to build the element if it's artifact is not locally + The build queue attempts to build the element if its artifact is not locally present. * **Push** |