From 13c18fccbeb61d0580be8e1c9cc13d0b9a5efe0b Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Tue, 8 Sep 2020 23:24:18 -0400 Subject: [PATCH] Fix typo --- src/building/bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md index dd24699f..697ca80d 100644 --- a/src/building/bootstrapping.md +++ b/src/building/bootstrapping.md @@ -96,7 +96,7 @@ Because there are two separate codebases behind `x.py`, they need to be kept in sync. In particular, both `bootstrap.py` and the bootstrap binary parse `config.toml` and read the same command line arguments. `bootstrap.py` keeps these in sync by setting various environment variables, and the -programs sometimes to have add arguments that are explicitly ignored, to be +programs sometimes have to add arguments that are explicitly ignored, to be read by the other. ### Adding a setting to config.toml