Fix spelling errors in comments.

I corrected misspelled comments in several crates.
This commit is contained in:
Joseph Crail
2015-03-19 00:48:08 -04:00
parent 12cb7c6a28
commit 857035ade7
8 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ use io::{self, BufReader, LineWriter};
use sync::{Arc, Mutex, MutexGuard};
use sys::stdio;
/// Stdout used by print! and println! macroses
/// Stdout used by print! and println! macros
thread_local! {
static LOCAL_STDOUT: RefCell<Option<Box<Write + Send>>> = {
RefCell::new(None)