[svn:perlfaq] r11642 - perlfaq/trunk

[email protected] Wed, 13 Aug 2008 07:37:55 -0700 (PDT)
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
Author: comdog
Date: Wed Aug 13 07:37:54 2008
New Revision: 11642

Modified:
   perlfaq/trunk/perlfaq5.pod

Log:
* perlfaq5: Why do I get weird spaces when I print an array of lines?
	+ typo fix


Modified: perlfaq/trunk/perlfaq5.pod
==============================================================================
--- perlfaq/trunk/perlfaq5.pod	(original)
+++ perlfaq/trunk/perlfaq5.pod	Wed Aug 13 07:37:54 2008
@@ -1332,7 +1332,7 @@
 
 It's the double quotes, not the C<print>, doing this. Whenever you
 interpolate an array in a double quote contexts, Perl joins the
-elements of spaces (or whatever is in C<$">, which is a space by
+elements with spaces (or whatever is in C<$">, which is a space by
 default):
 
 	animals are: camel llama alpaca vicuna