diff options
-rw-r--r-- | Documentation/topics/testing.rst | 2 |
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 |