Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik

The spelling corrections were made in both documentation comments and
regular comments.
This commit is contained in:
Manish Goregaokar
2015-02-06 05:37:17 +05:30
27 changed files with 36 additions and 36 deletions

View File

@@ -337,7 +337,7 @@ pub fn temp_dir() -> Path {
///
/// # Errors
///
/// Acquring the path to the current executable is a platform-specific operation
/// Acquiring the path to the current executable is a platform-specific operation
/// that can fail for a good number of reasons. Some errors can include, but not
/// be limited to filesystem operations failing or general syscall failures.
///