diff options
| author | Kenichi Handa | 1998-07-09 02:02:33 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-07-09 02:02:33 +0000 |
| commit | e3ae549a3b330154d7fb91a2aff9262e700dfd34 (patch) | |
| tree | bc5018003d2f2f6f16c384be0cd3e5f303cbffbd | |
| parent | 20398ea418410b4bb97f2290ac9d155bdd711b9d (diff) | |
| download | emacs-e3ae549a3b330154d7fb91a2aff9262e700dfd34.tar.gz emacs-e3ae549a3b330154d7fb91a2aff9262e700dfd34.zip | |
(fs_load_font): Typo in comments fixed.
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index 0cdea26285f..52d2b1ddf19 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -176,7 +176,7 @@ fs_load_font (f, font_table, charset, fontname, fontset) | |||
| 176 | { | 176 | { |
| 177 | fontp = fs_load_font (f, font_table, CHARSET_ASCII, 0, fontset); | 177 | fontp = fs_load_font (f, font_table, CHARSET_ASCII, 0, fontset); |
| 178 | if (!fontp) | 178 | if (!fontp) |
| 179 | /* Any fontset should contain avairable ASCII. */ | 179 | /* Any fontset should contain available ASCII. */ |
| 180 | return 0; | 180 | return 0; |
| 181 | } | 181 | } |
| 182 | /* Now we have surely decided the size of this fontset. */ | 182 | /* Now we have surely decided the size of this fontset. */ |