aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/ports
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2021-05-09 19:48:42 +0200
committerGitHub <noreply@github.com>2021-05-09 10:48:42 -0700
commit5a271a9290282e09149401486f88dc106dc65b71 (patch)
tree05eb8b9453718a3f6e5c70b84946a86b81fef1c2 /docs/maintainers/ports
parentf44d4c169f1b81a6188b330dbd837881ffb9ef2b (diff)
downloadvcpkg-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 'docs/maintainers/ports')
-rw-r--r--docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md b/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md
index 3fcdf0e1a..95830313d 100644
--- a/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md
+++ b/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md
@@ -31,7 +31,7 @@ that build type.
Use the `OPTIONS` argument to set the configure settings for both release and debug,
and use `OPTIONS_RELEASE` and `OPTIONS_DEBUG` to set the configure settings for
-release only and debug only repsectively.
+release only and debug only respectively.
By default, when possible, `vcpkg_cmake_configure` uses [ninja-build]
as its build system. If the `WINDOWS_USE_MSBUILD` argument is passed, then