about summary refs log tree commit diff
path: root/src/libstd/thread
diff options
context:
space:
mode:
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