branch: elpa/gruvbox-theme
commit d6b8d37f34e0be49b452d6017698afc48b8d61fb
Merge: 80a26e2f5a 4588616cea
Author: martijnat <bigmart...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #95 from KarboniteKream/typo
    
    Type fix for name and description of gruvbox-screenshot
---
 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

Reply via email to