Skip to content

Commit 3ab86fb

Browse files
committedAug 12, 2017
Fix some typos
1 parent 59f6b83 commit 3ab86fb

File tree

53 files changed

+83
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+83
-82
lines changed
 

‎src/bootstrap/builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ impl<'a> Builder<'a> {
333333
StepDescription::run(&Builder::get_step_descriptions(Kind::Doc), self, paths);
334334
}
335335

336-
/// Obtain a compiler at a given stage and for a given host. Explictly does
336+
/// Obtain a compiler at a given stage and for a given host. Explicitly does
337337
/// not take `Compiler` since all `Compiler` instances are meant to be
338338
/// obtained through this function, since it ensures that they are valid
339339
/// (i.e., built and assembled).
@@ -501,7 +501,7 @@ impl<'a> Builder<'a> {
501501
// crates). Let's say, for example that rustc itself depends on the
502502
// bitflags crate. If an external crate then depends on the
503503
// bitflags crate as well, we need to make sure they don't
504-
// conflict, even if they pick the same verison of bitflags. We'll
504+
// conflict, even if they pick the same version of bitflags. We'll
505505
// want to make sure that e.g. a plugin and rustc each get their
506506
// own copy of bitflags.
507507

‎src/bootstrap/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl Step for Standalone {
306306
///
307307
/// This will list all of `src/doc` looking for markdown files and appropriately
308308
/// perform transformations like substituting `VERSION`, `SHORT_HASH`, and
309-
/// `STAMP` alongw ith providing the various header/footer HTML we've cutomized.
309+
/// `STAMP` along with providing the various header/footer HTML we've customized.
310310
///
311311
/// In the end, this is just a glorified wrapper around rustdoc!
312312
fn run(self, builder: &Builder) {

0 commit comments

Comments
 (0)