Skip to content

Commit 7e899c1

Browse files
committed
[NO TESTS] WIP
1 parent 04e9d9b commit 7e899c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/tools/py/src/venv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ pub fn populate_venv_with_copies(
510510
match entry.file_name().map(|it| it.to_str().unwrap()) {
511511
// FIXME: dist-packages is a Debian-ism that exists in some customer
512512
// environments. It would be better if we could manage to make this
513-
// decison a policy under user controll. Hard-coding for now.
513+
// decision a policy under user control. Hard-coding for now.
514514
Some("site-packages") | Some("dist-packages") => {
515515
#[cfg(feature = "debug")]
516516
eprintln!("Entry is site-packages...");

0 commit comments

Comments
 (0)