Skip to content

Commit 65521c3

Browse files
authored
Typo: "explicitally" -> "explicitly"
1 parent 2d61f60 commit 65521c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-util/src/process_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ impl ProcessBuilder {
158158
}
159159

160160
/// Gets an environment variable as the process will see it (will inherit from environment
161-
/// unless explicitally unset).
161+
/// unless explicitly unset).
162162
pub fn get_env(&self, var: &str) -> Option<OsString> {
163163
self.env
164164
.get(var)

0 commit comments

Comments
 (0)