diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2015-05-04 13:21:27 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2015-05-04 13:21:27 -0400 |
| commit | 464069a4bfff2e94cb91c6cc5f0da40bba086bc4 (patch) | |
| tree | 06e9334d36c5e4accf6452d1ec45f7d3feeecbac /src/libstd/path.rs | |
| parent | a979efc2f961c2cf8d7afa57b905e73349b8f476 (diff) | |
| download | rust-464069a4bfff2e94cb91c6cc5f0da40bba086bc4.tar.gz rust-464069a4bfff2e94cb91c6cc5f0da40bba086bc4.zip | |
Fix spelling errors in documentation.
Diffstat (limited to 'src/libstd/path.rs')
| -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 2ceb60cc3aa..8ccc387c902 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -358,7 +358,7 @@ pub fn is_separator(c: char) -> bool { c.is_ascii() && is_sep_byte(c as u8) } -/// The primary sperator for the current platform +/// The primary separator for the current platform #[stable(feature = "rust1", since = "1.0.0")] pub const MAIN_SEPARATOR: char = platform::MAIN_SEP; |
