about summary refs log tree commit diff
path: root/src/test/run-fail
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-09 03:51:32 -0700
committerbors <bors@rust-lang.org>2013-05-09 03:51:32 -0700
commitca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d (patch)
tree6420f0a5c8a559862c9b8272f9508ee95e3e4164 /src/test/run-fail
parent5617916726186290710dade90057683904a5f215 (diff)
parentbd4ee7c7d2f00e8c41824fac7e5d155dff40c25f (diff)
auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn
Hi there,

Really enjoying Rust. Noticed a few typos so I searched around for a few more--here's some fixes.

Ran `make check` and got `summary of 24 test runs: 4868 passed; 0 failed; 330 ignored`.

Thanks!

Sean
Diffstat (limited to 'src/test/run-fail')
-rw-r--r--src/test/run-fail/too-much-recursion-unwinding.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-fail/too-much-recursion-unwinding.rs b/src/test/run-fail/too-much-recursion-unwinding.rs
index 3890e24cdfe..1c668dfc90d 100644
--- a/src/test/run-fail/too-much-recursion-unwinding.rs
+++ b/src/test/run-fail/too-much-recursion-unwinding.rs
@@ -11,7 +11,7 @@
 // xfail-test leaks
 // error-pattern:ran out of stack
 
-// Test that the task fails after hiting the recursion limit
+// Test that the task fails after hitting the recursion limit
 // during unwinding
 
 fn recurse() {