# HG changeset patch # User Kenichi Handa # Date 899949753 0 # Node ID d6f6ac5a5df3c31d0b68ba8efb7ba5a35e9a6b1d # Parent 821fecd826233a81cd9c8f2e15f50c1d42e2268c (fs_load_font): Typo in comments fixed. diff -r 821fecd82623 -r d6f6ac5a5df3 src/fontset.c --- a/src/fontset.c Thu Jul 09 02:02:33 1998 +0000 +++ b/src/fontset.c Thu Jul 09 02:02:33 1998 +0000 @@ -176,7 +176,7 @@ { 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. */