From 5a3fc94a49cd806f6266a7a181e61e935af5f2c2 Mon Sep 17 00:00:00 2001 From: Michael Eliachevitch Date: Mon, 10 Jan 2022 19:18:40 +0100 Subject: [PATCH] Fix typo in docstring --- modes/company/evil-collection-company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/company/evil-collection-company.el b/modes/company/evil-collection-company.el index cc7d0c2..27d0791 100644 --- a/modes/company/evil-collection-company.el +++ b/modes/company/evil-collection-company.el @@ -42,7 +42,7 @@ "The `evil-state's which `company' function can be requested." :type '(repeat symbol)) (defcustom evil-collection-want-company-extended-keybindings nil - "The 'evil-company-extended' keybindings shoould be requested" + "The 'evil-company-extended' keybindings should be requested" :type 'boolean) (defvar company-active-map)