Fix typo in comment.

This commit is contained in:
Graydon Hoare 2011-03-01 15:13:50 -08:00
parent 7f2398e557
commit 0761c5f462

View File

@ -38,7 +38,7 @@ fn warn_wrong_compiler() {
log "This is the rust 'self-hosted' compiler.";
log "The one written in rust.";
log "It is currently incomplete.";
log "You may want rustboot insteaad, the compiler next door.";
log "You may want rustboot instead, the compiler next door.";
}
fn usage(session.session sess, str argv0) {