diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h index e91c46dfe..8df4ac0e8 100644 --- a/Source/cmTargetLinkLibrariesCommand.h +++ b/Source/cmTargetLinkLibrariesCommand.h @@ -112,8 +112,8 @@ public: " [[debug|optimized|general] ] ...\n" " [\n" " [[debug|optimized|general] ] ...])\n" - "The LINK_PUBLIC and LINK_PRIVATE modes can be used to specify both the" - "link dependencies and the link interface in one command. " + "The LINK_PUBLIC and LINK_PRIVATE modes can be used to specify both " + "the link dependencies and the link interface in one command. " "Libraries and targets following LINK_PUBLIC are linked to, and are " "made part of the LINK_INTERFACE_LIBRARIES. Libraries and targets " "following LINK_PRIVATE are linked to, but are not made part of the "