about summary refs log tree commit diff
path: root/src/libstd/thread
diff options
context:
space:
mode:
authorFelix Raimundo <felix.raimundo@tweag.io>2017-05-10 10:44:58 +0200
committerFelix Raimundo <felix.raimundo@tweag.io>2017-05-10 10:44:58 +0200
commitfe7b6db39b6efa064ab795103342ca3d298dc943 (patch)
tree60f10258c7b1b8576ff8e4c7e4f23811b67e7d75 /src/libstd/thread
parent202086e48ff3ca955a52137d71ca8713f39cd5ff (diff)
downloadrust-fe7b6db39b6efa064ab795103342ca3d298dc943.tar.gz
rust-fe7b6db39b6efa064ab795103342ca3d298dc943.zip
Fix typos in doc
Diffstat (limited to 'src/libstd/thread')
-rw-r--r--src/libstd/thread/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs
index 425cb0ada08..e81300d6dc8 100644
--- a/src/libstd/thread/mod.rs
+++ b/src/libstd/thread/mod.rs
@@ -412,7 +412,7 @@ impl Builder {
 /// handler.join().unwrap();
 /// ```
 ///
-/// As mentionned in the module documentation, threads are usualy made to
+/// As mentioned in the module documentation, threads are usually made to
 /// communicate using [`channels`], here is how it usually looks.
 ///
 /// This example also shows how to use `move`, in order to give ownership