summaryrefslogtreecommitdiff
path: root/pod/perlutil.pod
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2001-04-09 21:29:44 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-09 19:56:06 +0000
commitc06dc7de17c4dc6b0f7d4beb44356cba0b676f25 (patch)
tree52e64d291cd56dbb4e079fbfd8477955026f7738 /pod/perlutil.pod
parent3a2c142b66fbcb61857ee89fe71d97ea87480503 (diff)
downloadperl-c06dc7de17c4dc6b0f7d4beb44356cba0b676f25.tar.gz
Nit
Message-ID: <20010409202944.A14796@the.earth.li> p4raw-id: //depot/perl@9665
Diffstat (limited to 'pod/perlutil.pod')
-rw-r--r--pod/perlutil.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlutil.pod b/pod/perlutil.pod
index be7a345f79..45341d9e85 100644
--- a/pod/perlutil.pod
+++ b/pod/perlutil.pod
@@ -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>