Fix typo in symbol name, keep old one still.

Closes PR 12265.
This commit is contained in:
Eli Barzilay 2011-10-07 10:47:02 -04:00
parent add50ab436
commit a68ea14d8b
3 changed files with 5 additions and 5 deletions

View File

@ -425,7 +425,7 @@
(hc-append
(* 3 gap-size)
(face 'happy "yellow")
(face 'badly-embarassed)))
(face 'badly-embarrassed)))
(slide

View File

@ -35,8 +35,8 @@
happy
happier
happiest
embarassed
badly-embarassed
embarrassed
badly-embarrassed
mad
mean
surprised))

View File

@ -368,9 +368,9 @@
(face* 'none 'plain #f face-color 6)]
[(happier)
(face* 'none 'large #f face-color 3)]
[(embarassed)
[(embarrassed embarassed) ; keep older misspelled name
(face* 'worried 'medium #f face-color 3)]
[(badly-embarassed)
[(badly-embarrassed badly-embarassed) ; here too
(face* 'worried 'medium #t face-color 3)]
[(unhappier)
(face* 'normal 'large #t face-color 3)]