diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2015-08-09 08:31:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-09 23:03:37 +0700 |
commit | 6f62782ee27abe89791b76863138f07b82ad1170 (patch) | |
tree | 4ac055a2e49ee6db8593bb57ea7df34a36c2eb5f /development/lcov | |
parent | 90ac2fc675da1b069c38b2917ce576c8c09d7087 (diff) | |
download | slackbuilds-6f62782ee27abe89791b76863138f07b82ad1170.tar.gz |
development/lcov: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/lcov')
-rw-r--r-- | development/lcov/README | 2 | ||||
-rw-r--r-- | development/lcov/slack-desc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/lcov/README b/development/lcov/README index b7dc99d4b1..6c01ad2a10 100644 --- a/development/lcov/README +++ b/development/lcov/README @@ -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. diff --git a/development/lcov/slack-desc b/development/lcov/slack-desc index 8f7bd66e43..350c265772 100644 --- a/development/lcov/slack-desc +++ b/development/lcov/slack-desc @@ -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: |