aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-26 21:40:18 -0500
committerJesús <heckyel@hyperbola.info>2021-01-26 21:40:18 -0500
commit2d107bab48ba67f4f6de3f536ff1e1bcefb702af (patch)
tree9e17c27ac62ce13cb7af2ee30fe8d64f25ba2d27
parentf5f8339d7cc6915d9ca3ab6062c9dd3b1874260b (diff)
downloadlivie-2d107bab48ba67f4f6de3f536ff1e1bcefb702af.tar.lz
livie-2d107bab48ba67f4f6de3f536ff1e1bcefb702af.tar.xz
livie-2d107bab48ba67f4f6de3f536ff1e1bcefb702af.zip
fix typo
-rw-r--r--livie.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/livie.el b/livie.el
index e7e2961..87dafe2 100644
--- a/livie.el
+++ b/livie.el
@@ -31,7 +31,7 @@
:group 'livie)
(defcustom livie-sort-criterion 'relevance
- "Criterion to sort the results of the search query."
+ "Criteria to sort the results of the search query."
:type 'symbol
:options '(relevance rating upload_date view_count)
:group 'livie)