Rollup merge of #64898 - jakevossen5:master, r=jonas-schievink

fixed typo

Accidentally had a typo in https://github.com/rust-lang/rust/pull/64884, sorry!
This commit is contained in:
Mazdak Farrokhzad 2019-09-29 20:34:19 +02:00 committed by GitHub
commit 50940ae952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ or reading the [rustc guide][rustcguidebuild].
* `curl`
* `git`
* `ssl` which comes in `libssl-dev` or `openssl-devel`
* `pkg-config` if you are on compiling on Linux and targeting Linux
* `pkg-config` if you are compiling on Linux and targeting Linux
2. Clone the [source] with `git`: