Skip to content

Commit bb724e2

Browse files
sergeyklayStableCoder
authored andcommitted
Fixed misspelling
1 parent b65d4d0 commit bb724e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-coverage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ endif()
210210
# COVERAGE_TARGET_NAME - For executables ONLY, changes the outgoing target name so instead of `ccov-${TARGET_NAME}` it becomes `ccov-${COVERAGE_TARGET_NAME}`.
211211
# EXCLUDE <REGEX_PATTERNS> - Excludes files of the patterns provided from coverage. **These do not copy to the 'all' targets.**
212212
# OBJECTS <TARGETS> - For executables ONLY, if the provided targets are shared libraries, adds coverage information to the output
213-
# ARGS <ARGUMENTS> - For executables ONLY, append sthe given arguments to the associated ccov-* executable call
213+
# ARGS <ARGUMENTS> - For executables ONLY, appends the given arguments to the associated ccov-* executable call
214214
# ~~~
215215
function(target_code_coverage TARGET_NAME)
216216
# Argument parsing

0 commit comments

Comments
 (0)