summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-10-27 22:45:01 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-10-27 22:45:01 -0400
commitd3336f34c0d953b6cfd6cc9d4757fd31c1ac31ae (patch)
treeaac95b974bd51187efc572a21fb28dd55b0b810e /net
parent6b1c86756c1a3945fec84e3703e991ef1ee99fee (diff)
Fix more spelling errors caught by codespell
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'net')
-rw-r--r--net/src/wkd.rs2
1 files changed, 1 insertions, 1 deletions
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.