We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18ea575 + fbd7405 commit 784016eCopy full SHA for 784016e
std/src/sys/pal/uefi/process.rs
@@ -757,7 +757,7 @@ mod uefi_command_internal {
757
}
758
759
/// Create a map of environment variable changes. Allows efficient setting and rolling back of
760
-/// enviroment variable changes.
+/// environment variable changes.
761
///
762
/// Entry: (Old Value, New Value)
763
fn env_changes(env: &CommandEnv) -> Option<BTreeMap<EnvKey, (Option<OsString>, Option<OsString>)>> {
0 commit comments