branch: elpa/gruvbox-theme
commit 4588616cea9e63c0fe4a0d9d74740b21ab1410ad
Author: Klemen Košir <[email protected]>
Commit: Klemen Košir <[email protected]>
Fix a function name typo
---
gruvbox.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gruvbox.el b/gruvbox.el
index fe060f0973..9c975e59fa 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -63,8 +63,8 @@
"Command used to take automated screenshots for gruvbox.
Should contain 2 %s constructs to allow for theme name and directory/prefix")
-(defun gruvbox-screenhot (prefix)
- "Take a screenshot of all version of the gruvbox theme"
+(defun gruvbox-screenshot (prefix)
+ "Take a screenshot of all versions of the gruvbox theme"
(interactive "sScreenshot Prefix: ")
(dolist (theme '(gruvbox-light-soft
gruvbox-light-medium