diff mbox

[ovs-dev] docs: fix typo in testing.rst

Message ID 1487614350-13214-1-git-send-email-lrichard@redhat.com
State Accepted
Headers show

Commit Message

Lance Richardson Feb. 20, 2017, 6:12 p.m. UTC
Coverage section refers to "check-lcoc" target, should be
"check-lcov".

Signed-off-by: Lance Richardson <lrichard@redhat.com>
---
 Documentation/topics/testing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Flavio Leitner Feb. 21, 2017, 9:17 p.m. UTC | #1
On Mon, Feb 20, 2017 at 01:12:30PM -0500, Lance Richardson wrote:
> Coverage section refers to "check-lcoc" target, should be
> "check-lcov".
> 
> Signed-off-by: Lance Richardson <lrichard@redhat.com>
> ---

Thanks for pointing me to that doc :-)

Acked-by: Flavio Leitner <fbl@sysclose.org>
Joe Stringer Feb. 22, 2017, 11:26 p.m. UTC | #2
On 21 February 2017 at 13:17, Flavio Leitner <fbl@sysclose.org> wrote:
> On Mon, Feb 20, 2017 at 01:12:30PM -0500, Lance Richardson wrote:
>> Coverage section refers to "check-lcoc" target, should be
>> "check-lcov".
>>
>> Signed-off-by: Lance Richardson <lrichard@redhat.com>
>> ---
>
> Thanks for pointing me to that doc :-)
>
> Acked-by: Flavio Leitner <fbl@sysclose.org>

Thanks, applied to master and branch-2.7.
diff mbox

Patch

diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 4b31966..3bee3a1 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -99,7 +99,7 @@  Coverage
 
 If the build was configured with ``--enable-coverage`` and the ``lcov`` utility
 is installed, you can run the testsuite and generate a code coverage report by
-using the ``check-lcoc`` target::
+using the ``check-lcov`` target::
 
     $ make check-lcov