branch: externals/modus-themes
commit 89185784ea87772703515dd09458bbb6940f4c72
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix typo in doc string
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 1bd11d86f9..2e4f3d6565 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3992,7 +3992,7 @@ symbol, which is safe when used as a face attribute's 
value."
   "Minibuffer history of `modus-themes-select-prompt'.")
 
 (defun modus-themes--annotate-theme (theme)
-  "Return descriptioon of THEME ."
+  "Return description of THEME ."
   (when-let* ((symbol (intern-soft theme))
               (properties (get symbol 'theme-properties))
               (doc-string (or (get symbol 'theme-documentation)

Reply via email to