about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorAdityaPrakash <138978307+prakashAditya639@users.noreply.github.com>2023-10-06 09:05:38 +0530
committerGitHub <noreply@github.com>2023-10-06 09:05:38 +0530
commit6ff3c3a421c23490751685c6a8cc41bee53bdc55 (patch)
treea1e7a6d2f1908b596e2ad156997c517476c69044 /README.md
parent2c9b0de8ea5f40af06f3c57eb0a1a1d46c20658d (diff)
downloadrust-6ff3c3a421c23490751685c6a8cc41bee53bdc55.tar.gz
rust-6ff3c3a421c23490751685c6a8cc41bee53bdc55.zip
typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a6c559b0b3..f0c45f341d8 100644
--- a/README.md
+++ b/README.md
@@ -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.