emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/assess de3fa56c9b 89/95: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/assess de3fa56c9b 89/95: Fix typos
Date: Tue, 19 Jul 2022 15:57:36 -0400 (EDT)

branch: externals/assess
commit de3fa56c9be40451ae2edfba1ec70ff5cd0f793e
Author: Damien Cassou <damien@cassou.me>
Commit: Damien Cassou <damien@cassou.me>

    Fix typos
    
    Typos found with codespell.
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]