mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix spelling mistakes
This commit is contained in:
parent
6dfdd36398
commit
dbab898f38
@ -694,7 +694,7 @@ Format cache options\&.
|
||||
.PP
|
||||
document\&.cache\&.format\&.size \fB<num>\fR (default: 5)
|
||||
.RS 4
|
||||
Number of cached formatted pages\&. Do not get too generous here, \'formatted\' means that all the accompanying structures are kept in memory so that you get the cached document immediatelly, but these structures may take a lot \(en 2x the size of the HTML source is probably not unusual, but it can be even more if the document consists of a lot of short lines (padded right, if possible) and links and not much other markup\&. So if you set this to 256 and then you don\'t like your
|
||||
Number of cached formatted pages\&. Do not get too generous here, \'formatted\' means that all the accompanying structures are kept in memory so that you get the cached document immediately, but these structures may take a lot \(en 2x the size of the HTML source is probably not unusual, but it can be even more if the document consists of a lot of short lines (padded right, if possible) and links and not much other markup\&. So if you set this to 256 and then you don\'t like your
|
||||
ELinks
|
||||
eating 90M, don\'t come complaining to us\&. ;\-)
|
||||
.sp
|
||||
@ -1030,7 +1030,7 @@ Underline links\&.
|
||||
.PP
|
||||
document\&.html\&.wrap_nbsp \fB[0|1]\fR (default: 0)
|
||||
.RS 4
|
||||
If set do not honour non breaking space (the nbsp entity) but allow to wrap the text\&. This can help keeping the width of documents down so no horizontal scrolling is needed\&.
|
||||
If set do not honour non breaking space (the nbsp entity) but allows one to wrap the text\&. This can help keeping the width of documents down so no horizontal scrolling is needed\&.
|
||||
.RE
|
||||
.SS "document\&.plain (Plain rendering)"
|
||||
Options concerning the display of plain text pages\&.
|
||||
|
@ -557,7 +557,7 @@ static union option_info config_options_info[] = {
|
||||
N_("Number of cached formatted pages. Do not get too "
|
||||
"generous here, 'formatted' means that all the accompanying "
|
||||
"structures are kept in memory so that you get the cached "
|
||||
"document immediatelly, but these structures may take a lot "
|
||||
"document immediately, but these structures may take a lot "
|
||||
"- 2x the size of the HTML source is probably not unusual, "
|
||||
"but it can be even more if the document consists of a lot "
|
||||
"of short lines (padded right, if possible) and links and "
|
||||
@ -819,7 +819,7 @@ static union option_info config_options_info[] = {
|
||||
INIT_OPT_BOOL("document.html", N_("Wrap non breaking space"),
|
||||
"wrap_nbsp", 0, 0,
|
||||
N_("If set do not honour non breaking space (the nbsp entity) "
|
||||
"but allow to wrap the text. This can help keeping the width "
|
||||
"but allows one to wrap the text. This can help keeping the width "
|
||||
"of documents down so no horizontal scrolling is needed.")),
|
||||
|
||||
|
||||
|
@ -845,7 +845,7 @@ roman(struct string *p, unsigned n)
|
||||
}
|
||||
i++;
|
||||
assertm(!(n && !roman_tbl[i].n),
|
||||
"BUG in roman number convertor");
|
||||
"BUG in roman number converter");
|
||||
if_assert_failed break;
|
||||
}
|
||||
}
|
||||
|
@ -354,7 +354,7 @@ parse_mailcap_file(unsigned char *filename, unsigned int priority)
|
||||
|
||||
if (!parse_optional_fields(entry, linepos)) {
|
||||
done_mailcap_entry(entry);
|
||||
usrerror(gettext("Badly formated mailcap entry "
|
||||
usrerror(gettext("Badly formatted mailcap entry "
|
||||
"for type %s in \"%s\" line %d"),
|
||||
type, filename, lineno);
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user