From 6a4e11b01579e6d624d320adb5d7483fc11d278d Mon Sep 17 00:00:00 2001 From: carschandler <92899389+carschandler@users.noreply.github.com> Date: Mon, 6 May 2024 09:26:47 -0500 Subject: [PATCH] docs: typo in compilers.md (#831) --- docs/compilers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compilers.md b/docs/compilers.md index 55138ce3d..b4bd43240 100644 --- a/docs/compilers.md +++ b/docs/compilers.md @@ -43,7 +43,7 @@ package is available for `linux-64` (your build platform), the compilation should succeed. The distinction between the `build` and `host` sections begins to make sense when -thinking about cross-compilation. The `build` enviromemnt is resolved to +thinking about cross-compilation. The `build` environment is resolved to packages that need to _run_ at compilation time. For example, `cmake`, `gcc`, and `autotools` are all tools that need to be executed. Therefore, the `build` environment resolves to packages for the `linux-64` architecture (in our