diff options
| author | Micah Chalmer <micah@micahchalmer.net> | 2015-02-07 21:21:27 -0500 |
|---|---|---|
| committer | Micah Chalmer <micah@micahchalmer.net> | 2015-02-07 21:21:27 -0500 |
| commit | bddc933d1eb56254c68618abc3e5ca462572beab (patch) | |
| tree | f1dbc4216aa9773790464af56a8bcb3f600703dd | |
| parent | a653c6b23138a264c6f263ae5ffc1b09888d3b88 (diff) | |
| download | rust-mode-bddc933d1eb56254c68618abc3e5ca462572beab.tar.gz | |
Fix typo in comment
| -rw-r--r-- | rust-mode-tests.el | 2 |
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))) |
