From 37cf7b92c894f08733235883b200deced9723a2d Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 26 Sep 2011 10:26:30 -0700 Subject: [PATCH] test: Fix more typos in weird-exprs.rs. --- src/test/run-pass/weird-exprs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-pass/weird-exprs.rs b/src/test/run-pass/weird-exprs.rs index d1b86ad44fc..797ed1b0f39 100644 --- a/src/test/run-pass/weird-exprs.rs +++ b/src/test/run-pass/weird-exprs.rs @@ -1,4 +1,4 @@ -// Just a grab bug of stuff that you wouldn't want to actualy write +// Just a grab bag of stuff that you wouldn't want to actually write. fn strange() -> bool { let _x = ret true; }