Skip to content

Commit

Permalink
Fix typo (microsoft#3856)
Browse files Browse the repository at this point in the history
* Fix typo

* [docs] Simplify wording further
  • Loading branch information
gladhorn authored and ras0219-msft committed Jul 9, 2018
1 parent b76b2a9 commit bd5bad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/packaging-zlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd5bad1

Please sign in to comment.