aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-06 14:57:45 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-06 14:57:45 -0800
commitc5dad5306e684972db7456033a7d4b2b920075a3 (patch)
tree9189696023443d0e7bcd08dba697d9c602989dd2 /scripts
parentd4d3133afcf58e68f3272189b6376043cee7fb11 (diff)
downloadvcpkg-c5dad5306e684972db7456033a7d4b2b920075a3.tar.gz
vcpkg-c5dad5306e684972db7456033a7d4b2b920075a3.zip
[vcpkg_apply_pathces] Fix typo (also trailing whitespace)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_apply_patches.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/cmake/vcpkg_apply_patches.cmake b/scripts/cmake/vcpkg_apply_patches.cmake
index d509e36ec..e17d53b08 100644
--- a/scripts/cmake/vcpkg_apply_patches.cmake
+++ b/scripts/cmake/vcpkg_apply_patches.cmake
@@ -11,11 +11,11 @@
# ``SOURCE_PATH``
# The source path in which apply the patches.
# ``PATCHES``
-# A list of patches that are applied to the source tree
-# ``QUIET``
-# If this option is passed, the warning message when applyng
-# a patch failes is not printed. This is convenient for patches
-# that are known to fail even on a clean source tree, and for
+# A list of patches that are applied to the source tree
+# ``QUIET``
+# If this option is passed, the warning message when applyng
+# a patch fails is not printed. This is convenient for patches
+# that are known to fail even on a clean source tree, and for
# which the standard warning message would be confusing for the user.
#