# HG changeset patch # User Steve Losh # Date 1471915255 0 # Node ID 4bb62960109790a6e0507cded6266adf2e0eeb58 # Parent fa83aaeca52dde86218c175a7d559e7e52e06dbc Typo diff -r fa83aaeca52d -r 4bb629601097 DOCUMENTATION.markdown --- a/DOCUMENTATION.markdown Tue Aug 23 01:20:22 2016 +0000 +++ b/DOCUMENTATION.markdown Tue Aug 23 01:20:55 2016 +0000 @@ -265,7 +265,7 @@ (FREQUENCIES SEQ &KEY (TEST 'EQL)) -Return a hash table containing the freqeuencies of the items in `seq`. +Return a hash table containing the frequencies of the items in `seq`. Uses `test` for the `:test` of the hash table. diff -r fa83aaeca52d -r 4bb629601097 losh.lisp --- a/losh.lisp Tue Aug 23 01:20:22 2016 +0000 +++ b/losh.lisp Tue Aug 23 01:20:55 2016 +0000 @@ -1077,7 +1077,7 @@ (collect s))) (defun frequencies (seq &key (test 'eql)) - "Return a hash table containing the freqeuencies of the items in `seq`. + "Return a hash table containing the frequencies of the items in `seq`. Uses `test` for the `:test` of the hash table.