From 63f03ec7c03c4974e411c4558592b68ef269c701 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Tue, 17 Apr 2012 13:29:27 +0200 Subject: [PATCH] Fix typo (Redmine #555) --- src/mod_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_files.c b/src/mod_files.c index 9c456e2a9a6..95b173cdee6 100644 --- a/src/mod_files.c +++ b/src/mod_files.c @@ -319,7 +319,7 @@ BodySyntax CF_FILEFILTER_BODY[] = BodySyntax CF_LINKTO_BODY[] = { - {"copy_patterns", cf_slist, "", "A set of patterns that should be copied ansd synchronized instead of linked"}, + {"copy_patterns", cf_slist, "", "A set of patterns that should be copied and synchronized instead of linked"}, {"link_children", cf_opts, CF_BOOL, "true/false whether to link all directory's children to source originals", "false"}, {"link_type", cf_opts, CF_LINKRANGE, "The type of link used to alias the file", "symlink"},