std: fix spelling in docs.

This commit is contained in:
Huon Wilson 2013-12-15 16:26:09 +11:00
parent 8f6df87c1d
commit 55534100ce
20 changed files with 51 additions and 50 deletions

View file

@ -37,7 +37,7 @@
//! lock.unlock();
//! }
//!
//! // Use a normally initialied mutex
//! // Use a normally initialized mutex
//! let mut lock = Mutex::new();
//! unsafe {
//! lock.lock();