changeset 53028:82e324c1ebf4

(describe-char): Fix typo.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 09 Nov 2003 19:38:32 +0000
parents 8ea9dad9855f
children a43d8415cad1
files lisp/descr-text.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/descr-text.el	Sun Nov 09 16:26:48 2003 +0000
+++ b/lisp/descr-text.el	Sun Nov 09 19:38:32 2003 +0000
@@ -566,7 +566,7 @@
 			     "by this font (glyph code)\n"
 			     (format "     %s (0x%02X)"
 				     (car display) (cdr display)))
-			  "no font avairable")
+			  "no font available")
 		      (if display
 			  (format "terminal code %s" display)
 			"not encodable for terminal"))))))