From d1ec6f044505041774d32abe6778b15e27ccd99b Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Mar 2023 03:45:15 +0000 Subject: cargo.eclass: fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to codespell. Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- eclass/cargo.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad