Skip to content

Commit 25db0e4

Browse files
authored
Fix typo "operation system" (#9971)
## Summary Just a tiny typo fix.
1 parent 9e4b842 commit 25db0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv-python/src/interpreter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ enum InterpreterInfoResult {
598598
pub enum InterpreterInfoError {
599599
#[error("Could not detect a glibc or a musl libc (while running on Linux)")]
600600
LibcNotFound,
601-
#[error("Unknown operation system: `{operating_system}`")]
601+
#[error("Unknown operating system: `{operating_system}`")]
602602
UnknownOperatingSystem { operating_system: String },
603603
#[error("Python {python_version} is not supported. Please use Python 3.8 or newer.")]
604604
UnsupportedPythonVersion { python_version: String },

0 commit comments

Comments
 (0)