mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
(fs_load_font): Typo in comments fixed.
This commit is contained in:
parent
20398ea418
commit
e3ae549a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue