From 397668cc2c6a0bb267f35b5dc8e4101868172c85 Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Tue, 13 Apr 1999 04:19:38 +0000 Subject: Fix typo in perlxstut. p4raw-id: //depot/maint-5.004/perl@3238 --- pod/perlxstut.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 867d42a8c2..69a1a25d73 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -465,7 +465,7 @@ include a C source file and a header file. We'll also create a Makefile.PL in this directory. Then we'll make sure that running make at the Mytest2 level will automatically run this Makefile.PL file and the resulting Makefile. -In the testlib directory, create a file mylib.h that looks like this: +In the mylib directory, create a file mylib.h that looks like this: #define TESTVAL 4 -- cgit v1.2.1