about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/kinds.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/kinds.rs b/src/libcore/kinds.rs
index aa25b0e88cc..1a448b8e1d8 100644
--- a/src/libcore/kinds.rs
+++ b/src/libcore/kinds.rs
@@ -1,7 +1,7 @@
 /*!
 The kind traits
 
-Rust types can be classified in vairous useful ways according to
+Rust types can be classified in various useful ways according to
 intrinsic properties of the type. These classifications, often called
 'kinds', are represented as traits.