fixed typos

git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@82 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
Thomas von Dein
2010-04-09 13:32:24 +00:00
parent 7015029285
commit 06bdf8a316

View File

@@ -2245,13 +2245,13 @@ with identical names!
=head2 FORCE SINGLE VALUE ARRAYS =head2 FORCE SINGLE VALUE ARRAYS
You may also force a single config line to get parsed into an array by You may also force a single config line to get parsed into an array by
turning on the option B<-ForceArray> on and by surrounding the value of the turning on the option B<-ForceArray> and by surrounding the value of the
config entry by []. Example: config entry by []. Example:
hostlist = [ foo.bar ] hostlist = [ foo.bar ]
Will be a singlevalue array entry if the option is turned on. If you want Will be a singlevalue array entry if the option is turned on. If you want
it to remain to be an array you have to turn on B<-ForceArray> suring save too. it to remain to be an array you have to turn on B<-ForceArray> during save too.
=head1 LONG LINES =head1 LONG LINES