[perl #17773] errors in c2ph(1) man page
authorEric Melville <perlbug@perl.org>
Mon, 7 Oct 2002 02:58:34 +0000 (02:58 +0000)
committerhv <hv@crypt.org>
Sat, 12 Oct 2002 14:22:36 +0000 (14:22 +0000)
From: Eric Melville (via RT) <perlbug@perl.org>
Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>

p4raw-id: //depot/perl@18007

utils/c2ph.PL

index d676218..655ae29 100644 (file)
@@ -184,9 +184,9 @@ declarations at least, but that's quite a bit.
 
 Prior to this point, anyone programming in perl who wanted to interact
 with C programs, like the kernel, was forced to guess the layouts of
-the C strutures, and then hardwire these into his program.  Of course,
+the C structures, and then hardwire these into his program.  Of course,
 when you took your wonderfully crafted program to a system where the
-sgtty structure was laid out differently, you program broke.  Which is
+sgtty structure was laid out differently, your program broke.  Which is
 a shame.
 
 We've had Larry's h2ph translator, which helped, but that only works on