Fix two typos in patch-best-practices.rst

Changed typo 'ebable' to 'enable' and 'dowloand' to 'download'

Closes-Bug: 1801074

Change-Id: Id3c3f0c490526aedb16b3c1309c86182bdd5221b
Signed-off-by: Ken Holtz <kgholtz2@gmail.com>
This commit is contained in:
Ken Holtz 2018-11-01 11:45:36 -04:00
parent 32d98f5df5
commit 8c81c640c8
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ only the commit message and a few more for more advanced changes, like
modifying the author.
* To download the full chain you need to download the top patch and Git will
automatically dowloand all the dependent patches in the chain.
automatically download all the dependent patches in the chain.
* If you only need to modify the top patch in the chain that can be done the
same way as you update individual patches.
@ -155,7 +155,7 @@ Compute.
By grouping the changes per module you can also construct the chain or
dependencies by the hierarchy of the components and always keep the API changes
last as that will ebable the new functionality and that change will depend on
last as that will enable the new functionality and that change will depend on
everything else you needed to touch for your design.
Beyond this you can also look into the functionality to find smaller building