From a9c4ef293f99c70e05f785fae9bd4e21d8551ba0 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Wed, 2 Jul 2025 09:45:47 -0700 Subject: [PATCH] typo fix --- crates/uv/tests/it/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv/tests/it/run.rs b/crates/uv/tests/it/run.rs index 61f05ef48..98c2adbfe 100644 --- a/crates/uv/tests/it/run.rs +++ b/crates/uv/tests/it/run.rs @@ -4983,7 +4983,7 @@ fn run_without_overlay() -> Result<()> { "###); // Import `iniconfig` in the context of a `tool run` command, which should fail. Note that - // typing-exensions gets installed again, because the venv is not shared. + // typing-extensions gets installed again, because the venv is not shared. uv_snapshot!( context.filters(), context.tool_run().arg("--with").arg("typing-extensions").arg("python").arg("-c").arg("import typing_extensions; import iniconfig"), @r#"