diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-07-22 11:32:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-07-22 11:32:16 +0000 |
commit | 16d98ec5dcfd1b1e737a03c74580074d0c15ee66 (patch) | |
tree | f71758e733ea308081e9cae8551076b99da60ecc /pod/perldiag.pod | |
parent | 8468119f6ee8085392e5c77b735fdba19cf0f08e (diff) | |
download | perl-16d98ec5dcfd1b1e737a03c74580074d0c15ee66.tar.gz |
Grammar fix by Paul Johnson.
p4raw-id: //depot/perl@23148
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0d5abdc43b..2df7724bc3 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -790,7 +790,7 @@ L<perlfunc/last>. may either mean that you upgraded your version of perl to one that is incompatible with your old dynamic extensions (which is known to happen between major versions of perl), or (more likely) that your dynamic -extension was build against an older version of the library that is +extension was built against an older version of the library that is installed on your system. You may need to rebuild your old dynamic extensions. |