summaryrefslogtreecommitdiff
path: root/etc/themes
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-26 00:26:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-26 00:26:37 -0800
commitb0b199744d35273a496b8e9189a28a83c70191da (patch)
treea9df5115ebd8bdeb8ae758e06f10321c67838b47 /etc/themes
parent5b76caa476d552e204adc3c1bf4af8e401ec5d42 (diff)
downloademacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.gz
Spelling fixes.
Diffstat (limited to 'etc/themes')
-rw-r--r--etc/themes/deeper-blue-theme.el2
-rw-r--r--etc/themes/light-blue-theme.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el
index 0fbd9496969..1a4ca82f438 100644
--- a/etc/themes/deeper-blue-theme.el
+++ b/etc/themes/deeper-blue-theme.el
@@ -22,7 +22,7 @@
;;; Code:
(deftheme deeper-blue
- "Face colors using a deep blue backgound.")
+ "Face colors using a deep blue background.")
(let ((class '((class color) (min-colors 89))))
(custom-theme-set-faces
diff --git a/etc/themes/light-blue-theme.el b/etc/themes/light-blue-theme.el
index 98c74b268af..cf6ae543575 100644
--- a/etc/themes/light-blue-theme.el
+++ b/etc/themes/light-blue-theme.el
@@ -26,7 +26,7 @@
;;; Code:
(deftheme light-blue
- "Face colors utilizing a light blue backgound.")
+ "Face colors utilizing a light blue background.")
(let ((class '((class color) (min-colors 89))))
(custom-theme-set-faces