Skip to content

Commit

Permalink
Rollup merge of #116469 - prakashAditya639:master, r=workingjubilee
Browse files Browse the repository at this point in the history
Fix typo in README.md

 the word "programatically" should be corrected to "programmatically."
  • Loading branch information
matthiaskrgr committed Oct 6, 2023
2 parents 7d7004d + 6ff3c3a commit b29777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b29777a

Please sign in to comment.