diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-27 17:16:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-28 22:00:48 +0200 |
commit | b44bf31aa9f4476b7e0843d7ef00b51a9ebd9f4b (patch) | |
tree | 2a14e456d86820e62a46e19781c777eeccae85ec /gnu/packages/mail.scm | |
parent | 708fe49523de255df3898e78b3ae5a865218c0da (diff) | |
download | guix-b44bf31aa9f4476b7e0843d7ef00b51a9ebd9f4b.tar.gz |
gnu: crm114: Fix typo in description.
* gnu/packages/mail.scm (crm114): Fix ‘correllation’ typo.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index b3bdf13537..2f8302059a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4576,6 +4576,6 @@ streams, data files or other data streams, and to sort, filter, or alter the 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))) |