diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:44:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:45:18 -0800 |
commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /test/lisp/calc | |
parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz |
Spelling fixes
Diffstat (limited to 'test/lisp/calc')
-rw-r--r-- | test/lisp/calc/calc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el index 36a81dc2b71..3f5adceeff1 100644 --- a/test/lisp/calc/calc-tests.el +++ b/test/lisp/calc/calc-tests.el @@ -271,7 +271,7 @@ An existing calc stack is reused, otherwise a new one is created." (+ (- (* 2 (var y var-y)) (var x var-x)) (* 3 (var z var-z))) -3)) '(vec (var x var-x) (var y var-y) (var z var-z))) - ;; The `float' forms in the result are just artefacts of Calc's + ;; The `float' forms in the result are just artifacts of Calc's ;; current solver; it should be fixed to produce exact (integral) ;; results in this case. '(vec (calcFunc-eq (var x var-x) (float 1 0)) |