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

Lance Richardson lrichard at redhat.com
Mon Feb 20 18:12:30 UTC 2017


Coverage section refers to "check-lcoc" target, should be
"check-lcov".

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

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
 
-- 
2.5.5



More information about the dev mailing list