diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-08-08 13:49:55 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-09 21:14:36 -0300 |
| commit | 6c84dee53193a78cf797b44d3febcc14488ea6b1 (patch) | |
| tree | 7b723f3d15aa973c7e6277e0cc90f3851ae97f59 /test/test-lib.el | |
| parent | df3fab18fe70ea750f6f06da30291c67de7e74f2 (diff) | |
Fix typos
Diffstat (limited to 'test/test-lib.el')
| -rw-r--r-- | test/test-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-lib.el b/test/test-lib.el index e9e7c379..2def7ffe 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -153,7 +153,7 @@ running, quit if it terminated." "Output:\t" (prin1-to-string output) "\n")) (defun notmuch-test-expect-equal (output expected) - "Compare OUTPUT with EXPECTED. Report any discrepencies." + "Compare OUTPUT with EXPECTED. Report any discrepancies." (cond ((equal output expected) t) |
