]> git.eshelyaron.com Git - emacs.git/commitdiff
(fs_load_font): Typo in comments fixed.
authorKenichi Handa <handa@m17n.org>
Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)
src/fontset.c

index 0cdea26285f8d01b1f91d9fe692ca488865a8109..52d2b1ddf19072e91c335a59f280469fea54a85e 100644 (file)
@@ -176,7 +176,7 @@ fs_load_font (f, font_table, charset, fontname, fontset)
        {
          fontp = fs_load_font (f, font_table, CHARSET_ASCII, 0, fontset);
          if (!fontp)
-           /* Any fontset should contain avairable ASCII.  */
+           /* Any fontset should contain available ASCII.  */
            return 0;
        }
       /* Now we have surely decided the size of this fontset.  */