about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-11-22 01:13:06 +0800
committerGitHub <noreply@github.com>2017-11-22 01:13:06 +0800
commit7c8b36f6f151707833e75463068f0630dd0a0644 (patch)
tree3a6ffba1817907b557e03e8663d4bae6a27c413f /src/libstd
parent7f0a1e26b239f0516276565b24b9ac1ff24d7033 (diff)
parentece9a57d1b6e10ef2ad1dffd19fd6033cdc760ee (diff)
downloadrust-7c8b36f6f151707833e75463068f0630dd0a0644.tar.gz
rust-7c8b36f6f151707833e75463068f0630dd0a0644.zip
Rollup merge of #46157 - martinlindhe:master, r=kennytm
fix some typos

This is the result of me testing out a WIP source code typo-finder
and your project was the random target this time.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs
index 69922470cff..4e35cf840de 100644
--- a/src/libstd/path.rs
+++ b/src/libstd/path.rs
@@ -3752,7 +3752,7 @@ mod tests {
     }
 
     #[test]
-    fn test_eq_recievers() {
+    fn test_eq_receivers() {
         use borrow::Cow;
 
         let borrowed: &Path = Path::new("foo/bar");