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/02/04 07:35:30 UTC

[buildstream] 03/03: modifyingandtesting.rst: Fix typos

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

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

commit ac5128bb3be12d08883293ce1a3273c96307c27d
Author: Tristan Maat <tr...@codethink.co.uk>
AuthorDate: Tue Dec 19 17:32:58 2017 +0000

    modifyingandtesting.rst: Fix typos
---
 doc/source/modifyingandtesting.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/source/modifyingandtesting.rst b/doc/source/modifyingandtesting.rst
index 972f208..9703fe6 100644
--- a/doc/source/modifyingandtesting.rst
+++ b/doc/source/modifyingandtesting.rst
@@ -6,16 +6,16 @@ Modifying and testing code
 Creating a workspace
 ----
 
-A work space is a seperate directory containing a copy of the project sourcecode.
+A work space is a separate directory containing a copy of the project source code.
 This would usually be used when you want to modify and test your code, without changing the original.
 This is very useful for trying out new patches and changes without risking loss of work.
 
 This example assumes you have a project that can be built (Has the appropriate .bst files in place)
-`Note: The project does not need to build sucessfully, only have the ability to build` 
+`Note: The project does not need to build successfully, only have the ability to build`
 
 If not, go to :ref:`buildproject`
 
-In this example we be using `gedit.bst`, but this will work on any buildable project
+In this example we will be using `gedit.bst`, but this will work on any buildable project
 
 ----
 
@@ -39,7 +39,7 @@ To modify the workspace copy of your project, you will have to move to the works
 
 Here you will see the output of your build.
 
-Move to the sourcecode directory, in this case, gedit
+Move to the source code directory, in this case, gedit
 
     ``cd gedit/``
 
@@ -53,7 +53,7 @@ Return to the root of your original project
 
 And then rebuild the project as normal.
 
-Buildstream will redirect itself to the workspace that you opened before
+BuildStream will redirect itself to the workspace that you opened before
 
 and build that instead of the original.
 
@@ -69,3 +69,4 @@ E.G:
 
 You should now see any changes that you made.
 
+..  LocalWords:  workspace gedit