From 344e5b38f180070c746f6ac4ba55abb7fc956ec8 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Fri, 5 Jul 2024 16:53:04 +0200 Subject: [PATCH] Update src/recipe_generator/pypi.rs Co-authored-by: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> --- src/recipe_generator/pypi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipe_generator/pypi.rs b/src/recipe_generator/pypi.rs index c2d3e391..3a3ce3a9 100644 --- a/src/recipe_generator/pypi.rs +++ b/src/recipe_generator/pypi.rs @@ -35,7 +35,7 @@ pub struct PyPIOpts { #[arg(short, long)] pub write: bool, - /// Wether to use the conda-forge PyPI name mapping + /// Whether to use the conda-forge PyPI name mapping #[arg(short, long, default_value = "true")] pub use_mapping: bool,