summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Chalmer <micah@micahchalmer.net>2015-02-07 21:21:27 -0500
committerMicah Chalmer <micah@micahchalmer.net>2015-02-07 21:21:27 -0500
commitbddc933d1eb56254c68618abc3e5ca462572beab (patch)
treef1dbc4216aa9773790464af56a8bcb3f600703dd
parenta653c6b23138a264c6f263ae5ffc1b09888d3b88 (diff)
downloadrust-mode-bddc933d1eb56254c68618abc3e5ca462572beab.tar.gz
Fix typo in comment
-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 7cbfc3d..e20e5fa 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -290,7 +290,7 @@ very very very long string
deindented
1
(lambda ()
- ;; The indentation will fial in some cases if the syntax properties are
+ ;; The indentation will fail in some cases if the syntax properties are
;; not set. This only happens when font-lock fontifies the buffer.
(font-lock-fontify-buffer)
(indent-region 1 (buffer-size)))