Nit
Simon Cozens [Mon, 9 Apr 2001 20:29:44 +0000 (21:29 +0100)]
Message-ID: <20010409202944.A14796@the.earth.li>

p4raw-id: //depot/perl@9665

pod/perlutil.pod

index be7a345..45341d9 100644 (file)
@@ -144,7 +144,7 @@ programmers used to get library constants by reading through the C
 header files. You may still see C<require 'syscall.ph'> or similar
 around - the F<.ph> file should be created by running F<h2ph> on the
 corresponding F<.h> file. See the F<h2ph> documentation for more on how
-to convert a whole bunch of header files at ones.
+to convert a whole bunch of header files at once.
 
 =item L<c2ph|c2ph> and L<pstruct|pstruct>