branch: externals/dash
commit f46268c75cb7c18361d3cee942cd4dc14a03aef4
Merge: d5182da04c 631faab74f
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>
Merge PR #406 from tarsiiformes/typo
---
dash.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dash.el b/dash.el
index 11f20faaac..d90071750f 100644
--- a/dash.el
+++ b/dash.el
@@ -2919,7 +2919,7 @@ Return nil if `-compare-fn' is not a known test function."
(declare (side-effect-free error-free))
;; In theory this could also recognize values that are custom
;; `hash-table-test's, but too often the :test name is different
- ;; from the equality function, so it doesn't seem worthwile.
+ ;; from the equality function, so it doesn't seem worthwhile.
(car (memq (or -compare-fn #'equal) '(equal eq eql))))
(defvar dash--short-list-length 32