From 8fe86eac0b732f63edace9956e546245e87539c6 Mon Sep 17 00:00:00 2001 From: Laurent MONIN Date: Mon, 16 Jan 2006 23:50:34 +0100 Subject: [PATCH] Typo fix. --- src/protocol/fsp/fsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/fsp/fsp.c b/src/protocol/fsp/fsp.c index 26aaa61b..92ebef3c 100644 --- a/src/protocol/fsp/fsp.c +++ b/src/protocol/fsp/fsp.c @@ -46,7 +46,7 @@ struct option_info fsp_options[] = { INIT_OPT_BOOL("protocol.fsp", N_("Sort entries"), "sort", 0, 1, - N_("Whether sort entries in directory listings.")), + N_("Whether to sort entries in directory listings.")), NULL_OPTION_INFO, };