From 2d107bab48ba67f4f6de3f536ff1e1bcefb702af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 26 Jan 2021 21:40:18 -0500 Subject: [PATCH] fix typo --- livie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)