English fixes

cf. https://github.com/tats/w3m/pull/241
This commit is contained in:
Tatsuya Kinoshita
2023-01-04 19:18:46 +09:00
parent d86a975061
commit b0940e8cec
5 changed files with 7 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ typedef struct {
} wc_ces_list;
typedef struct {
wc_uint8 auto_detect; /* automatically charset detect */
wc_uint8 auto_detect; /* automatically charset detection */
wc_bool use_combining; /* use combining characters */
wc_bool use_language_tag; /* use language_tags */
wc_bool ucs_conv; /* charset conversion using Unicode */