summaryrefslogtreecommitdiff
path: root/test/lisp/ses-tests.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-07-20 15:40:48 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-07-20 15:42:12 -0700
commitdf26f09f0c62f678fccb7a64dfa7d24202883c2b (patch)
treed61cbdff6cbc2e63e9923078f165db2c3f2364c8 /test/lisp/ses-tests.el
parent10e5280bdf10b6b412ecb42ec18710e6d9606dd5 (diff)
downloademacs-df26f09f0c62f678fccb7a64dfa7d24202883c2b.tar.gz
; Spelling fixes
Diffstat (limited to 'test/lisp/ses-tests.el')
-rw-r--r--test/lisp/ses-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/ses-tests.el b/test/lisp/ses-tests.el
index add94ae98f6..8fff6f73520 100644
--- a/test/lisp/ses-tests.el
+++ b/test/lisp/ses-tests.el
@@ -57,8 +57,8 @@ equal to 2. This is done using interactive calls."
(ert-deftest ses-tests-lowlevel-renamed-cell ()
"Check that renaming A1 to `foo' and setting `foo' to 1 and A2 to (1+ foo), makes A2 value equal to 2.
This is done using low level functions, `ses-rename-cell' is not
-called but instead we use text replacement in the buffer priorly
-passed in text mode."
+called but instead we use text replacement in the buffer
+previously passed in text mode."
(let ((ses-initial-size '(2 . 1)))
(with-temp-buffer
(ses-mode)