From a59ef8ef493e3aa7e331db7304a0496dca3314fa Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Sat, 25 Oct 2014 23:10:16 -0400 Subject: Fix spelling mistakes in comments. --- rust-mode-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-mode-tests.el b/rust-mode-tests.el index 1b6794e..f255dbf 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -376,7 +376,7 @@ fn bar( a:int, -> int { } -fn baz( a:int, // shoudl work with a comment here +fn baz( a:int, // should work with a comment here b:char) -> int { } -- cgit v1.2.3