Rollup merge of #116469 - prakashAditya639:master, r=workingjubilee

Fix typo in README.md

 the word "programatically" should be corrected to "programmatically."
This commit is contained in:
Matthias Krüger 2023-10-06 06:23:48 +02:00 committed by GitHub
commit b29777a186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ See [the rustc-dev-guide for more info][sysllvm].
#### Configure and Make
This project provides a configure script and makefile (the latter of which just
invokes `x.py`). `./configure` is the recommended way to programatically
invokes `x.py`). `./configure` is the recommended way to programmatically
generate a `config.toml`. `make` is not recommended (we suggest using `x.py`
directly), but it is supported and we try not to break it unnecessarily.