diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-05-09 19:48:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 10:48:42 -0700 |
| commit | 5a271a9290282e09149401486f88dc106dc65b71 (patch) | |
| tree | 05eb8b9453718a3f6e5c70b84946a86b81fef1c2 /scripts | |
| parent | f44d4c169f1b81a6188b330dbd837881ffb9ef2b (diff) | |
| download | vcpkg-5a271a9290282e09149401486f88dc106dc65b71.tar.gz vcpkg-5a271a9290282e09149401486f88dc106dc65b71.zip | |
[doc] Fix spelling errors (#17560)
* [doc] Fix spelling errors in docs
* [doc] Fix spelling errors in scripts
* Bump version
* x-add-version
* Fix another typo
* Rebuild
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_build_cmake.cmake | 2 | ||||
| -rwxr-xr-x | scripts/cmake/vcpkg_build_make.cmake | 2 | ||||
| -rwxr-xr-x | scripts/cmake/vcpkg_build_nmake.cmake | 2 | ||||
| -rw-r--r-- | scripts/cmake/vcpkg_copy_tools.cmake | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/scripts/cmake/vcpkg_build_cmake.cmake b/scripts/cmake/vcpkg_build_cmake.cmake index 1bf89830e..637e4a160 100644 --- a/scripts/cmake/vcpkg_build_cmake.cmake +++ b/scripts/cmake/vcpkg_build_cmake.cmake @@ -21,7 +21,7 @@ be passed. Adds the appropriate Release and Debug `bin\` directories to the path during the build such that executables can run against the in-tree DLLs. ## Notes: -This command should be preceeded by a call to [`vcpkg_configure_cmake()`](vcpkg_configure_cmake.md). +This command should be preceded by a call to [`vcpkg_configure_cmake()`](vcpkg_configure_cmake.md). You can use the alias [`vcpkg_install_cmake()`](vcpkg_configure_cmake.md) function if your CMake script supports the "install" target diff --git a/scripts/cmake/vcpkg_build_make.cmake b/scripts/cmake/vcpkg_build_make.cmake index 2028739a1..5f3974371 100755 --- a/scripts/cmake/vcpkg_build_make.cmake +++ b/scripts/cmake/vcpkg_build_make.cmake @@ -38,7 +38,7 @@ The underlying buildsystem will be instructed to not parallelize Additional subdir to invoke make in. Useful if only parts of a port should be built.
## Notes:
-This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
+This command should be preceded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your makefile supports the
"install" target
diff --git a/scripts/cmake/vcpkg_build_nmake.cmake b/scripts/cmake/vcpkg_build_nmake.cmake index 406506666..47c68ecfd 100755 --- a/scripts/cmake/vcpkg_build_nmake.cmake +++ b/scripts/cmake/vcpkg_build_nmake.cmake @@ -64,7 +64,7 @@ be passed. Adds the appropriate Release and Debug `bin\` directories to the path during the build such that executables can run against the in-tree DLLs.
## Notes:
-This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
+This command should be preceded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
"install" target
diff --git a/scripts/cmake/vcpkg_copy_tools.cmake b/scripts/cmake/vcpkg_copy_tools.cmake index ea1368da0..18ddc3715 100644 --- a/scripts/cmake/vcpkg_copy_tools.cmake +++ b/scripts/cmake/vcpkg_copy_tools.cmake @@ -17,10 +17,10 @@ vcpkg_copy_tools( A list of tool filenames without extension.
### SEARCH_DIR
-The path to the directory containing the tools. This will be set to `${CURRENT_PACKAGES_DIR}/bin` if ommited.
+The path to the directory containing the tools. This will be set to `${CURRENT_PACKAGES_DIR}/bin` if omitted.
### DESTINATION
-Destination to copy the tools to. This will be set to `${CURRENT_PACKAGES_DIR}/tools/${PORT}` if ommited.
+Destination to copy the tools to. This will be set to `${CURRENT_PACKAGES_DIR}/tools/${PORT}` if omitted.
### AUTO_CLEAN
Auto clean executables in `${CURRENT_PACKAGES_DIR}/bin` and `${CURRENT_PACKAGES_DIR}/debug/bin`.
|
