Skip to content

Commit 784016e

Browse files
Rollup merge of rust-lang#137986 - fuyangpengqi:master, r=Amanieu
Fix some typos Fix some typos
2 parents 18ea575 + fbd7405 commit 784016e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/pal/uefi/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ mod uefi_command_internal {
757757
}
758758

759759
/// Create a map of environment variable changes. Allows efficient setting and rolling back of
760-
/// enviroment variable changes.
760+
/// environment variable changes.
761761
///
762762
/// Entry: (Old Value, New Value)
763763
fn env_changes(env: &CommandEnv) -> Option<BTreeMap<EnvKey, (Option<OsString>, Option<OsString>)>> {

0 commit comments

Comments
 (0)