branch: master
commit 4c40e8dcc17ba5b7565b1b1bdfee3285d716c2f7
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
A spelling typo
---
README.md | 2 +-
test-simple.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9481052..dcdbf99 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
*test-simple.el* is :
* Simple -- no need for context macros, enclosing specifications, or required
test tags. But if you want, you still can add custom assert failure messages or
add notes before a group of tests.
-* Accomodates both interactive and non-interactive use:
+* Accommodates both interactive and non-interactive use:
* For interactive use one can use `eval-last-sexp`, `eval-region`, and
`eval-buffer`
* For non-interactive use run as: `emacs --batch --no-site-file --no-splash
--load <test-lisp-code.el>`, or `test-simple-run`
diff --git a/test-simple.el b/test-simple.el
index ae03fd4..1374de2 100644
--- a/test-simple.el
+++ b/test-simple.el
@@ -35,7 +35,7 @@
;; add customized assert failure messages, or add summary messages
;; before a group of tests.
;;
-;; * Accomodates both interactive and non-interactive use.
+;; * Accommodates both interactive and non-interactive use.
;; - For interactive use, one can use `eval-last-sexp', `eval-region',
;; and `eval-buffer'. One can `edebug' the code.
;; - For non-interactive use, run: