Fixed typo in patch best practices

Change-Id: I120e8f7e1a7bf7c627e821436cdb5b3eb203c9ed
Closes-Bug: 1784649
This commit is contained in:
Reik Keutterling 2018-08-16 11:08:10 +02:00
parent 3000a6d24c
commit 94a581e2d8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ The 'Depends-On' tag is a marker on your changes and when used
a patch cannot be merged until all its dependencies are landed.
The tag can be applied to patches proposed for the same repository as well. In
that case the changes are separate enough to be kept indenependent which means
that case the changes are separate enough to be kept independent which means
that if you need to fix changes from review comments you can do it on a per
patch basis. It is also true for rebasing each patch.