summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-01-22 11:33:24 -0600
committerGravatar Matthew L. Fidler2016-01-22 11:33:24 -0600
commitf1dea72cf65db8dccfcf7449c31ae6f3961c4f6b (patch)
treeed6eb40504a01c4cfba02cc4cf18bb7d21433c32
parent9e4d51fea0dd2b3cda1cc5ffe80eef7f9956c4f0 (diff)
downloadmode-icons-f1dea72cf65db8dccfcf7449c31ae6f3961c4f6b.tar.gz
mode-icons-f1dea72cf65db8dccfcf7449c31ae6f3961c4f6b.zip
Fix jpeg typo
-rw-r--r--mode-icons.el2
1 files changed, 1 insertions, 1 deletions
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)