From f1dea72cf65db8dccfcf7449c31ae6f3961c4f6b Mon Sep 17 00:00:00 2001 From: Matthew L. Fidler Date: Fri, 22 Jan 2016 11:33:24 -0600 Subject: Fix jpeg typo --- mode-icons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode-icons.el b/mode-icons.el index f727bec..f684ccd 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -88,7 +88,7 @@ without the extension. And the third being the type of icon." (choice (const :tag "png" png) (const :tag "gif" gif) - (const :tag "jpeg" jepg) + (const :tag "jpeg" jpeg) (const :tag "xbm" xbm) (const :tag "xpm" xpm)))) :group 'mode-icons) -- cgit v1.2.3-54-g00ecf