summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2017-02-20 13:12:30 -0500
committerJoe Stringer <joe@ovn.org>2017-02-22 15:23:56 -0800
commit9412638d1285e9f6c1c32f17133e30943fc1a155 (patch)
treed83a9fa1c77aa9cea48bef3df93f1841882ab729
parentf7e6e24c1c113e183453a4858378299fe31e3752 (diff)
downloadopenvswitch-9412638d1285e9f6c1c32f17133e30943fc1a155.tar.gz
docs: fix typo in testing.rst
Coverage section refers to "check-lcoc" target, should be "check-lcov". Signed-off-by: Lance Richardson <lrichard@redhat.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Joe Stringer <joe@ovn.org>
-rw-r--r--Documentation/topics/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 2eec6761d..8c9c235fc 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