Skip to content

Commit

Permalink
docs: typo in compilers.md (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
carschandler authored May 6, 2024
1 parent d52acf2 commit 6a4e11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a4e11b

Please sign in to comment.