branch: externals/assess commit 29950d8964103d4afaadc45b89b2d17e0a3057d3 Merge: 0781fd79c4 de3fa56c9b Author: Phil Lord <phillip.l...@russet.org.uk> Commit: GitHub <nore...@github.com>
Merge pull request #18 from DamienCassou/typos Fix typos --- README.md | 2 +- assess.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95bc8da07d..47886786a0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It provides: - explainer functions for all predicates giving useful output - macros for creating many temporary buffers at once, and for restoring the buffer list. - - methods for testing indentation, by comparision or "roundtripping". + - methods for testing indentation, by comparison or "roundtripping". - methods for testing fontification. Assess aims to be a stateless as possible, leaving Emacs unchanged whether diff --git a/assess.el b/assess.el index 8ef1ae5799..25ceac4f5d 100644 --- a/assess.el +++ b/assess.el @@ -378,7 +378,7 @@ This is now an alias for `get-buffer-create' but used to do ;; *** Implementation ;; We start by writing a file silently -- this is important because the -;; ~*Messages*~ buffer should not be affected by the machinary of a failing test, +;; ~*Messages*~ buffer should not be affected by the machinery of a failing test, ;; as it hides what is happening from the test code. ;; #+begin_src emacs-lisp