Skip to content

Commit 83aca43

Browse files
PospeloveStableCoder
authored andcommitted
Fix typo in README.md
1 parent f342672 commit 83aca43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To enable, turn on the `CODE_COVERAGE` variable.
101101

102102
- GCOV/LCOV:
103103
- ccov : Generates HTML code coverage report for every target added with 'AUTO' parameter.
104-
- ccov-${TARNGET_NAME} : Generates HTML code coverage report for the associated named target.
104+
- ccov-${TARGET_NAME} : Generates HTML code coverage report for the associated named target.
105105
- ccov-all : Generates HTML code coverage report, merging every target added with 'ALL' parameter into a single detailed report.
106106
- ccov-all-capture : Generates an all-merged.info file, for use with coverage dashboards (e.g. codecov.io, coveralls).
107107
- LLVM-COV:
@@ -304,4 +304,4 @@ file(GLOB_RECURSE CMAKE_FILES
304304
)
305305
306306
cmake_format(TARGET_NAME ${CMAKE_FILES})
307-
```
307+
```

0 commit comments

Comments
 (0)