summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-11-13 21:07:33 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-11-13 21:07:33 -0800
commit7831fb1b9e88be1c18920b36129c6d1933dbd7ea (patch)
tree8244dd2792606632517150d4b6ea9e4f1375d2ed /lisp/progmodes/ruby-mode.el
parent73dcdb9f30cb94a3183db54d9b463370c3978d4d (diff)
downloademacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-rw-r--r--lisp/progmodes/ruby-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index c662ccbea95..0bc41033367 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -897,7 +897,7 @@ current block, a sibling block, or an outer block. Do that (abs N) times."
(t
(setq pos (current-indentation))
(cond
- ;; Deeper intendation, we found a block.
+ ;; Deeper indentation, we found a block.
;; FIXME: We can't recognize empty blocks this way.
((< start pos)
(setq down t))