about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2018-02-16 15:56:50 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2018-02-17 17:38:49 +0100
commit4452446292086d9c92ea709eea61a31cedb55e22 (patch)
tree261a9b2a1b4fb4468673a71fbe774ee84527599f /src/test/rustdoc
parentb298607864b76ea6b7b7a4b8bb482472f1604c8d (diff)
downloadrust-4452446292086d9c92ea709eea61a31cedb55e22.tar.gz
rust-4452446292086d9c92ea709eea61a31cedb55e22.zip
fix more typos found by codespell.
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/impl-parts-crosscrate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/impl-parts-crosscrate.rs b/src/test/rustdoc/impl-parts-crosscrate.rs
index 5fa2e03e0a8..1d055ccbead 100644
--- a/src/test/rustdoc/impl-parts-crosscrate.rs
+++ b/src/test/rustdoc/impl-parts-crosscrate.rs
@@ -17,7 +17,7 @@ extern crate rustdoc_impl_parts_crosscrate;
 
 pub struct Bar<T> { t: T }
 
-// The output file is html embeded in javascript, so the html tags
+// The output file is html embedded in javascript, so the html tags
 // aren't stripped by the processing script and we can't check for the
 // full impl string.  Instead, just make sure something from each part
 // is mentioned.