1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Fix spelling and typos (affecting binary data / module messages)

This commit is contained in:
Andreas Mohr
2013-05-01 11:36:14 +02:00
committed by Brad King
parent 86832cecd5
commit ddac8d3d2d
26 changed files with 64 additions and 59 deletions

View File

@@ -63,7 +63,7 @@ if (${depend_text} MATCHES ".+")
if (EXISTS "/${file}")
set(file "/${file}")
else()
message(WARNING " Removing non-existant dependency file: ${file}")
message(WARNING " Removing non-existent dependency file: ${file}")
set(file "")
endif()
endif()