]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.el
Fix typos
[notmuch] / test / test-lib.el
index e9e7c3798770e53c33fe7020133199b80e3d9982..2def7ffe5984076ad2538e657fc4585bbc4a5ea6 100644 (file)
@@ -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)