diff options
| author | Antonin Décimo <antonin.decimo@gmail.com> | 2021-01-12 22:15:42 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-01-13 12:53:10 -0500 |
| commit | 39ede12aa5b27376341df85bc9ec254913f044bd (patch) | |
| tree | d079bfefe3a9010dd7d7a57dfe207d9b6532b8e8 /docs/markdown/Release-notes-for-0.51.0.md | |
| parent | ccb15bc0e988f4e90b67606eaad9443c7ccac918 (diff) | |
| download | meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.gz | |
Fix misspells
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
Diffstat (limited to 'docs/markdown/Release-notes-for-0.51.0.md')
| -rw-r--r-- | docs/markdown/Release-notes-for-0.51.0.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.51.0.md b/docs/markdown/Release-notes-for-0.51.0.md index b7e441cf4..8a73cbcb1 100644 --- a/docs/markdown/Release-notes-for-0.51.0.md +++ b/docs/markdown/Release-notes-for-0.51.0.md @@ -252,7 +252,7 @@ targets. For those trying to ensure native and cross builds to the same platform produced the same result, the old way was frustrating because very different invocations were needed to affect the same targets, if it was possible at all. Now, the same -command line arguments affect the same targets everwhere --- Meson is closer to +command line arguments affect the same targets everywhere --- Meson is closer to ignoring whether the "overall" build is native or cross, and just caring about whether individual targets are for the build or host machines. @@ -323,7 +323,7 @@ It should be noted that not all projects are guaranteed to work. The safest approach would still be to create a `meson.build` for the subprojects in question. -## Multipe cross files can be specified +## Multiple cross files can be specified `--cross-file` can be passed multiple times, with the configuration files overlaying the same way as `--native-file`. |
