gnu: crm114: Fix typo in description.

* gnu/packages/mail.scm (crm114): Fix ‘correllation’ typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-27 17:16:04 +02:00
parent 708fe49523
commit b44bf31aa9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4576,6 +4576,6 @@ (define-public crm114
incoming files or data streams according to the user's wildest desires.
Criteria for categorization of data can be via a host of methods, including
regexes, approximate regexes, a Hidden Markov Model, Orthogonal Sparse
Bigrams, WINNOW, Correllation, KNN/Hyperspace, or Bit Entropy (or by other
Bigrams, WINNOW, Correlation, KNN/Hyperspace, or Bit Entropy (or by other
means--it's all programmable).")
(license license:gpl3)))