Fix a couple of spelling typos

This commit is contained in:
Eric Noulard
2017-07-05 15:01:05 +02:00
parent f09151bc87
commit 3c2c439ef8
6 changed files with 7 additions and 7 deletions

View File

@ -150,7 +150,7 @@ endfunction ()
# Helper to assign sanitizer flags for TARGET.
function (saitizer_add_flags TARGET NAME PREFIX)
function (sanitizer_add_flags TARGET NAME PREFIX)
# Get list of compilers used by target and check, if sanitizer is available
# for this target. Other compiler checks like check for conflicting
# compilers will be done in add_sanitizers function.