Skip to content

Commit

Permalink
Fix typo (Redmine #555)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottedmag committed Apr 17, 2012
1 parent 8ea2934 commit 63f03ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_files.c
Expand Up @@ -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"},
Expand Down

0 comments on commit 63f03ec

Please sign in to comment.