diff options
| author | christopherdumas <christopherdumas@me.com> | 2015-09-14 06:29:32 -0700 |
|---|---|---|
| committer | christopherdumas <christopherdumas@me.com> | 2015-09-14 06:29:32 -0700 |
| commit | 35209dcda862c7aec95c77bcda759c3388a2914b (patch) | |
| tree | d4c18ccef0f5dc5469d18a22c5104f0790c3e551 | |
| parent | 00cbe1db95078b8d8085d91a971dd5239f645ceb (diff) | |
| download | rust-35209dcda862c7aec95c77bcda759c3388a2914b.tar.gz rust-35209dcda862c7aec95c77bcda759c3388a2914b.zip | |
Fix typo
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f81bb0bd69d..4e4a4109fd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -225,7 +225,7 @@ are: * Although out of date, [Tom Lee's great blog article][tlgba] is very helpful * [rustaceans.org][ro] is helpful, but mostly dedicated to IRC * The [Rust Compiler Testing Docs][rctd] -* For @bors, [this cheetsheat][cheetsheat] is helpful (Remember to replace `@homu` with `@bors` in the commands that you use.) +* For @bors, [this cheetsheet][cheetsheet] is helpful (Remember to replace `@homu` with `@bors` in the commands that you use.) * **Google**! * Don't be afraid to ask! The Rust community is friendly and helpful. @@ -235,4 +235,4 @@ are: [tlgba]: http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/ [ro]: http://www.rustaceans.org/ [rctd]: ./COMPILER_TESTS.md -[cheetsheat]: http://buildbot.rust-lang.org/homu/ +[cheetsheet]: http://buildbot.rust-lang.org/homu/ |
