From d3336f34c0d953b6cfd6cc9d4757fd31c1ac31ae Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 27 Oct 2019 22:45:01 -0400 Subject: Fix more spelling errors caught by codespell Signed-off-by: Daniel Kahn Gillmor --- net/src/wkd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/src/wkd.rs b/net/src/wkd.rs index 9f4f9bcc..02dee7ec 100644 --- a/net/src/wkd.rs +++ b/net/src/wkd.rs @@ -185,7 +185,7 @@ impl Url { // let mut path_buf = PathBuf::new(); // path_buf.push(url.domain().unwrap()); // path_buf.push(url.path()); - // Because the domain part will disapear, dunno why. + // Because the domain part will disappear, dunno why. // url.to_file_path() would not create the directory with the domain, // but expect the hostname to match the domain. // Ignore the query part of the url, take only the domain and path. -- cgit v1.2.3