From 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed Mon Sep 17 00:00:00 2001 From: Paul Eggert <eggert@cs.ucla.edu> Date: Fri, 30 Dec 2011 17:27:15 -0800 Subject: Spelling fixes. --- lisp/mail/uudecode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mail/uudecode.el') diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el index 8652e67d3e1..e2630b5102c 100644 --- a/lisp/mail/uudecode.el +++ b/lisp/mail/uudecode.el @@ -197,10 +197,10 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." (cond (done) ((> 0 remain) - (error "uucode line ends unexpectly") + (error "uucode line ends unexpectedly") (setq done t)) ((and (= (point) end) (not done)) - ;;(error "uucode ends unexpectly") + ;;(error "uucode ends unexpectedly") (setq done t)) ((= counter 3) (setq result (cons -- cgit v1.2.3