From b0b199744d35273a496b8e9189a28a83c70191da Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Nov 2011 00:26:37 -0800 Subject: Spelling fixes. --- lisp/tutorial.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/tutorial.el') diff --git a/lisp/tutorial.el b/lisp/tutorial.el index be1a12b499b..2e651484008 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -182,7 +182,7 @@ LEFT and RIGHT are the elements to compare." (equal (car x) (car y))) (setq x (cdr x)) (setq y (cdr y))) - ;; Try to make a comparision that is useful for presentation (this + ;; Try to make a comparison that is useful for presentation (this ;; could be made nicer perhaps): (let ((cx (car x)) (cy (car y))) -- cgit v1.2.1