diff options
| author | Martin Lindhe <martin-commit@ubique.se> | 2017-11-21 15:33:45 +0100 |
|---|---|---|
| committer | Martin Lindhe <martin-commit@ubique.se> | 2017-11-21 15:33:45 +0100 |
| commit | ece9a57d1b6e10ef2ad1dffd19fd6033cdc760ee (patch) | |
| tree | 9c6d182d6229e4c1fd08fc5064a17e63bad89d89 /src/libstd | |
| parent | ebda7662dbb79ab0a9feb79d367d0818c23ff1dc (diff) | |
| download | rust-ece9a57d1b6e10ef2ad1dffd19fd6033cdc760ee.tar.gz rust-ece9a57d1b6e10ef2ad1dffd19fd6033cdc760ee.zip | |
fix some typos
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/path.rs | 2 |
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"); |
