diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:45:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:35:51 +0200 |
commit | d1ec6f044505041774d32abe6778b15e27ccd99b (patch) | |
tree | 03cb5c469cf159fe08d077b105e6c0b89657c91e /eclass | |
parent | autotools.eclass: fix spelling (diff) | |
download | gentoo-d1ec6f044505041774d32abe6778b15e27ccd99b.tar.gz gentoo-d1ec6f044505041774d32abe6778b15e27ccd99b.tar.bz2 gentoo-d1ec6f044505041774d32abe6778b15e27ccd99b.zip |
cargo.eclass: fix spelling
Thanks to codespell.
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cargo.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index e8218a241a0e..48af961943d8 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -245,7 +245,7 @@ cargo_gen_config() { [source.crates-io] replace-with = "gentoo" - local-registry = "/nonexistant" + local-registry = "/nonexistent" [net] offline = true |