From 94a581e2d8dd060d4e8a533babe8aa32ceca5ef8 Mon Sep 17 00:00:00 2001 From: Reik Keutterling Date: Thu, 16 Aug 2018 11:08:10 +0200 Subject: [PATCH] Fixed typo in patch best practices Change-Id: I120e8f7e1a7bf7c627e821436cdb5b3eb203c9ed Closes-Bug: 1784649 --- doc/source/code-and-documentation/patch-best-practices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/code-and-documentation/patch-best-practices.rst b/doc/source/code-and-documentation/patch-best-practices.rst index 55bb51b..914aea7 100644 --- a/doc/source/code-and-documentation/patch-best-practices.rst +++ b/doc/source/code-and-documentation/patch-best-practices.rst @@ -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.