Spelling correction from Nicholas Clark.
Jarkko Hietaniemi [Wed, 7 May 2003 20:03:58 +0000 (20:03 +0000)]
p4raw-id: //depot/perl@19443

ext/POSIX/POSIX.pod

index 1ba4945..e031582 100644 (file)
@@ -25,7 +25,7 @@ I<Everything is exported by default> with the exception of any POSIX
 functions with the same name as a built-in Perl function, such as
 C<abs>, C<alarm>, C<rmdir>, C<write>, etc.., which will be exported
 only if you ask for them explicitly.  This is an unfortunate backwards
-compatiblity feature.  You can stop the exporting by saying C<use
+compatibility feature.  You can stop the exporting by saying C<use
 POSIX ()> and then use the fully qualified names (ie. C<POSIX::SEEK_END>).
 
 This document gives a condensed list of the features available in the POSIX