about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorJoseph Crail <jbcrail@gmail.com>2015-05-04 13:21:27 -0400
committerJoseph Crail <jbcrail@gmail.com>2015-05-04 13:21:27 -0400
commit464069a4bfff2e94cb91c6cc5f0da40bba086bc4 (patch)
tree06e9334d36c5e4accf6452d1ec45f7d3feeecbac /src/libcore
parenta979efc2f961c2cf8d7afa57b905e73349b8f476 (diff)
downloadrust-464069a4bfff2e94cb91c6cc5f0da40bba086bc4.tar.gz
rust-464069a4bfff2e94cb91c6cc5f0da40bba086bc4.zip
Fix spelling errors in documentation.
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/str/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs
index 6b65d746256..c9bbcba31e9 100644
--- a/src/libcore/str/mod.rs
+++ b/src/libcore/str/mod.rs
@@ -421,7 +421,7 @@ macro_rules! derive_pattern_clone {
 /// wrapping an private internal one that makes use of the `Pattern` API.
 ///
 /// For all patterns `P: Pattern<'a>` the following items will be
-/// generated (generics ommitted):
+/// generated (generics omitted):
 ///
 /// struct $forward_iterator($internal_iterator);
 /// struct $reverse_iterator($internal_iterator);