summaryrefslogtreecommitdiff
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-26 00:26:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-26 00:26:37 -0800
commitb0b199744d35273a496b8e9189a28a83c70191da (patch)
treea9df5115ebd8bdeb8ae758e06f10321c67838b47 /lisp/tutorial.el
parent5b76caa476d552e204adc3c1bf4af8e401ec5d42 (diff)
downloademacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el2
1 files changed, 1 insertions, 1 deletions
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)))