From bddc933d1eb56254c68618abc3e5ca462572beab Mon Sep 17 00:00:00 2001 From: Micah Chalmer Date: Sat, 7 Feb 2015 21:21:27 -0500 Subject: Fix typo in comment --- 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 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))) -- cgit v1.2.3