development/lcov: Fix typo.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2015-08-09 08:31:37 +07:00 committed by Willy Sudiarto Raharjo
parent 90ac2fc675
commit 6f62782ee2
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@ LCOV is a graphical front-end for GCC's coverage testing tool gcov. It
collects gcov data for multiple source files and creates HTML pages containing
the source code annotated with coverage information. It also adds overview
pages for easy navigation within the file structure. LCOV supports statement,
function and branch coverage meaurement.
function and branch coverage measurement.

View file

@ -13,7 +13,7 @@ lcov: It collects gcov data for multiple source files and creates HTML pages
lcov: containing the source code annotated with coverage information. It
lcov: also adds overview pages for easy navigation within the file
lcov: structure. LCOV supports statement, function and branch coverage
lcov: meaurement.
lcov: measurement.
lcov:
lcov: Homepage: http://ltp.sourceforge.net/coverage/lcov.php
lcov: