summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-12 15:35:55 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-03-12 15:35:55 -0700
commitf003f29445ab02e07b6d53b322841362394b9de9 (patch)
treee70d85b0fc9095e21b373e50f02037e0698140c8 /lisp/faces.el
parent41bf0c48448f989ed144a26e97e5ba40f9855f84 (diff)
downloademacs-f003f29445ab02e07b6d53b322841362394b9de9.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 0011e0357a1..bdac3a1bb6a 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1516,7 +1516,7 @@ If SPEC is nil, return nil."
(apply 'set-face-attribute face frame
(if (eq face 'default)
;; For the default face, avoid making any attribute
- ;; unspecifed. Instead, set attributes to default values
+ ;; unspecified. Instead, set attributes to default values
;; (see also realize_default_face in xfaces.c).
(append
'(:underline nil :overline nil :strike-through nil