perl.cvs.perlfaq
[Top] [All Lists]

[svn:perlfaq] r11617 - perlfaq/trunk

Subject: [svn:perlfaq] r11617 - perlfaq/trunk
From: rafael@xxxxxxxxxxxx
Date: Thu, 31 Jul 2008 01:25:51 -0700 (PDT)
Newsgroups: perl.cvs.perlfaq

Author: rafael
Date: Thu Jul 31 01:25:50 2008
New Revision: 11617

Modified:
   perlfaq/trunk/perlfaq4.pod

Log:
Typo fix

Modified: perlfaq/trunk/perlfaq4.pod
==============================================================================
--- perlfaq/trunk/perlfaq4.pod  (original)
+++ perlfaq/trunk/perlfaq4.pod  Thu Jul 31 01:25:50 2008
@@ -1009,7 +1009,7 @@
 
 If you want to work with comma-separated values, don't do this since
 that format is a bit more complicated. Use one of the modules that
-handle that fornat, such as C<Text::CSV>, C<Text::CSV_XS>, or
+handle that format, such as C<Text::CSV>, C<Text::CSV_XS>, or
 C<Text::CSV_PP>.
 
 If you want to break apart an entire line of fixed columns, you can use

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:perlfaq] r11617 - perlfaq/trunk, rafael <=