--- a/DOCUMENTATION.markdown Tue Aug 23 01:18:27 2016 +0000
+++ b/DOCUMENTATION.markdown Tue Aug 23 01:20:22 2016 +0000
@@ -265,7 +265,7 @@
(FREQUENCIES SEQ &KEY (TEST 'EQL))
-Return a hash table containing the feqeuencies of the items in `seq`.
+Return a hash table containing the freqeuencies of the items in `seq`.
Uses `test` for the `:test` of the hash table.
--- a/losh.lisp Tue Aug 23 01:18:27 2016 +0000
+++ b/losh.lisp Tue Aug 23 01:20:22 2016 +0000
@@ -1077,7 +1077,7 @@
(collect s)))
(defun frequencies (seq &key (test 'eql))
- "Return a hash table containing the feqeuencies of the items in `seq`.
+ "Return a hash table containing the freqeuencies of the items in `seq`.
Uses `test` for the `:test` of the hash table.