aboutsummaryrefslogtreecommitdiff
path: root/sx-filter.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-19 10:56:10 -0500
committerSean Allred <code@seanallred.com>2014-11-19 10:56:16 -0500
commit5f4f1a0495b79e418b6df16d4642a33c9ccda007 (patch)
tree37d999bbc09f517acd6f6a3e630d334217af6d93 /sx-filter.el
parent4399cbac0625a53c4a8d91e661e13fe11fdb8255 (diff)
Minor typos and incorrect information
Diffstat (limited to 'sx-filter.el')
-rw-r--r--sx-filter.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-filter.el b/sx-filter.el
index 1241614..5c878c5 100644
--- a/sx-filter.el
+++ b/sx-filter.el
@@ -74,7 +74,7 @@ Returns the compiled filter as a string."
If the filter data exist in `sx--filter-alist', that value will
be returned. Otherwise, compile INCLUDE, EXCLUDE, and BASE into
a filter with `sx-filter-compile' and push the association onto
-`sx--filter-alist'. Re-cache the alise with `sx-cache-set' and
+`sx--filter-alist'. Re-cache the alist with `sx-cache-set' and
return the compiled filter."
(or (cdr (assoc (list include exclude base) sx--filter-alist))
(let ((filter (sx-filter-compile include exclude base)))