ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
[p5sagit/p5-mst-13.2.git] / pod / perlintern.pod
index 6ca016c..544b878 100644 (file)
@@ -131,7 +131,7 @@ Found in file sv.c
 
 Function called by C<do_readline> to spawn a glob (or do the glob inside
 perl on VMS). This code used to be inline, but now perl uses C<File::Glob>
-this glob starter is only used by miniperl during the build proccess.
+this glob starter is only used by miniperl during the build process.
 Moving it away shrinks pp_hot.c; shrinking pp_hot.c helps speed perl up.
 
        PerlIO* start_glob(SV* pattern, IO *io)