diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/pop3.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index f95bf26ad1d..801ed66ec2b 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el @@ -178,7 +178,7 @@ Shorter values mean quicker response, but are more CPU intensive.") 1000)))))) (defvar pop3-uidl) -;; List of UIDLs of existing messages at pesent in the server: +;; List of UIDLs of existing messages at present in the server: ;; ("UIDL1" "UIDL2" "UIDL3"...) (defvar pop3-uidl-saved) 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)) |