diff options
| author | Frederik Gladhorn <gladhorn@users.noreply.github.com> | 2018-07-09 06:07:26 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-08 21:07:26 -0700 |
| commit | bd5bad18e40c2cc8af26558166a580f37993ac01 (patch) | |
| tree | 2f813b40a2a22281b2f6194281f2e6aa054c9af7 /docs/examples | |
| parent | b76b2a99c969bf81fbb09823d494dc616d3e80c5 (diff) | |
| download | vcpkg-bd5bad18e40c2cc8af26558166a580f37993ac01.tar.gz vcpkg-bd5bad18e40c2cc8af26558166a580f37993ac01.zip | |
Fix typo (#3856)
* Fix typo
* [docs] Simplify wording further
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/packaging-zlib.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/packaging-zlib.md b/docs/examples/packaging-zlib.md index ce176d451..508947f1a 100644 --- a/docs/examples/packaging-zlib.md +++ b/docs/examples/packaging-zlib.md @@ -21,7 +21,7 @@ PS D:\src\vcpkg> .\vcpkg create zlib2 http://zlib.net/zlib-1.2.11.tar.gz zlib-1. ``` ### Create the CONTROL file -In addition to the generated `ports\<package>\portfile.cmake`, we also need a `ports\<package>\CONTROL` file. This file is a simply formatted set of fields describing the package's metadata. +In addition to the generated `ports\<package>\portfile.cmake`, we also need a `ports\<package>\CONTROL` file. This file is a simple set of fields describing the package's metadata. *For zlib2, we'll create the file `ports\zlib2\CONTROL` with the following contents:* ```no-highlight |
