Minor correction in perlfaq5
Mark-Jason Dominus [Mon, 11 Mar 2002 16:34:22 +0000 (16:34 +0000)]
   Message-Id: <20020311163422.30963.qmail@plover.com>

p4raw-id: //depot/perl@15176

pod/perlfaq5.pod

index 695b536..93a5ffe 100644 (file)
@@ -1021,7 +1021,7 @@ Or, just use the fdopen(3S) feature of open():
        close F;
     }
 
-=head2 Why can't I use "C:\temp\foo" in DOS paths?  What doesn't `C:\temp\foo.exe` work?
+=head2 Why can't I use "C:\temp\foo" in DOS paths?  Why doesn't `C:\temp\foo.exe` work?
 
 Whoops!  You just put a tab and a formfeed into that filename!
 Remember that within double quoted strings ("like\this"), the