We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4b842 commit 25db0e4Copy full SHA for 25db0e4
crates/uv-python/src/interpreter.rs
@@ -598,7 +598,7 @@ enum InterpreterInfoResult {
598
pub enum InterpreterInfoError {
599
#[error("Could not detect a glibc or a musl libc (while running on Linux)")]
600
LibcNotFound,
601
- #[error("Unknown operation system: `{operating_system}`")]
+ #[error("Unknown operating system: `{operating_system}`")]
602
UnknownOperatingSystem { operating_system: String },
603
#[error("Python {python_version} is not supported. Please use Python 3.8 or newer.")]
604
UnsupportedPythonVersion { python_version: String },
0 commit comments