summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Crail <jbcrail@gmail.com>2014-10-25 23:10:16 -0400
committerJoseph Crail <jbcrail@gmail.com>2014-10-25 23:11:17 -0400
commita59ef8ef493e3aa7e331db7304a0496dca3314fa (patch)
treef753f63fd93b737336614554cc92a8d8e104cbbe
parentefbc8101fe398ca52fdbd78d353aeac45cda3494 (diff)
downloadrust-mode-a59ef8ef493e3aa7e331db7304a0496dca3314fa.tar.gz
Fix spelling mistakes in comments.
-rw-r--r--rust-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
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
{ }