From cf43761de448c859cfe487125b9a6923a5eb9b66 Mon Sep 17 00:00:00 2001
From: Richo Healey <richo@psych0tik.net>
Date: Wed, 15 Apr 2015 00:07:25 -0700
Subject: [PATCH] rustc: fix a typo in letter to rustc

---
 src/librustc/metadata/loader.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/librustc/metadata/loader.rs b/src/librustc/metadata/loader.rs
index 7b63e38b585..4a77f80d3b8 100644
--- a/src/librustc/metadata/loader.rs
+++ b/src/librustc/metadata/loader.rs
@@ -129,7 +129,7 @@
 //! > Dear rustc,
 //! >
 //! > When you are attempting to load the immediate dependency `crate-name`, I
-//! > would like you too assume that the library is located at
+//! > would like you to assume that the library is located at
 //! > `path/to/the/crate.rlib`, and look nowhere else. Also, please do not
 //! > assume that the path I specified has the name `crate-name`.
 //!