X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.el;fp=test%2Ftest-lib.el;h=2def7ffe5984076ad2538e657fc4585bbc4a5ea6;hp=e9e7c3798770e53c33fe7020133199b80e3d9982;hb=6c84dee53193a78cf797b44d3febcc14488ea6b1;hpb=df3fab18fe70ea750f6f06da30291c67de7e74f2 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)