branch: elpa/buttercup
commit 636db47e2a8407afaf6691ad981ed4368dcc605d
Author: Wieland Hoffmann <mi...@users.noreply.github.com>
Commit: Jorgen Schäfer <jorgen.schae...@gmail.com>

    Typo fixes (#126)
    
    * Typo: unexprctedly → unexpectedly
    
    * Typo: 'the e items' → 'the same items'
---
 buttercup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buttercup.el b/buttercup.el
index 0d271c8..c9acf17 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -452,7 +452,7 @@ See also `buttercup-define-matcher'."
                    spec)))
        (a-uniques
         (cons nil (buttercup-format-spec
-                   "Expected `%A' to contain the e items as `%b', but `%p' are 
present unexprctedly."
+                   "Expected `%A' to contain the same items as `%b', but `%p' 
are present unexpectedly."
                    spec)))
        (b-uniques
         (cons nil (buttercup-format-spec

Reply via email to