0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

Typo fix.

This commit is contained in:
Laurent MONIN 2006-01-16 23:50:34 +01:00 committed by Jonas Fonseca
parent af67388201
commit 78a54412c3

View File

@ -46,7 +46,7 @@ struct option_info fsp_options[] = {
INIT_OPT_BOOL("protocol.fsp", N_("Sort entries"), INIT_OPT_BOOL("protocol.fsp", N_("Sort entries"),
"sort", 0, 1, "sort", 0, 1,
N_("Whether sort entries in directory listings.")), N_("Whether to sort entries in directory listings.")),
NULL_OPTION_INFO, NULL_OPTION_INFO,
}; };