summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-08-26 03:29:37 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-08-26 03:29:37 -0700
commit8b2e00a3297607e38e2be686bd2c7cab28f082d1 (patch)
treeea398fbd26d878ae1f556432267b88353f4c29bd /lisp/calc
parent6bd1cda51b4818304b818cbd2ad7d2c0459f246b (diff)
downloademacs-8b2e00a3297607e38e2be686bd2c7cab28f082d1.tar.gz
Spelling fixes.
* Makefile.in (.PHONY): versioclean -> versionclean.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calccomp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el
index 51ea8e7b7a3..2f1c95b7668 100644
--- a/lisp/calc/calccomp.el
+++ b/lisp/calc/calccomp.el
@@ -86,7 +86,7 @@
(setq sn (math-to-underscores sn)))
sn)))
-;;; Give multiplication precendence when composing to avoid
+;;; Give multiplication precedence when composing to avoid
;;; writing a*(b c) instead of a b c
(defun math-compose-expr (a prec &optional div)
(let ((calc-multiplication-has-precedence t)