Fix spelling errors in comments.
I corrected misspelled comments in several crates.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user