Rollup merge of #114032 - tshepang:patch-1, r=GuillaumeGomez

typos
This commit is contained in:
Guillaume Gomez 2023-07-27 16:05:12 +02:00 committed by GitHub
commit b8414fe02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ macro_rules! condition {
(config.target == "wasm32-unknown-unknown").then_some("emscripten"),
],
allowed_names: &target_cfgs.all_oses,
message: "when the operative system is {name}"
message: "when the operating system is {name}"
}
condition! {
name: &target_cfg.env,
@ -122,7 +122,7 @@ macro_rules! condition {
condition! {
name: &target_cfg.os_and_env(),
allowed_names: &target_cfgs.all_oses_and_envs,
message: "when the operative system and target environment are {name}"
message: "when the operating system and target environment are {name}"
}
condition! {
name: &target_cfg.abi,