summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>1999-04-13 04:19:38 +0000
committerchip <chip@pobox.com>1999-04-13 04:19:38 +0000
commit159414c5ad542312d27b68fb2eb3bb992b5e2089 (patch)
tree9d6e59dcff6ff113283b472ce688304130c85168
parentca3747454f6b6d5d19e8e32c4781fdaac2bfeb6d (diff)
downloadperl-159414c5ad542312d27b68fb2eb3bb992b5e2089.tar.gz
Fix typo in perlxstut.
p4raw-id: //depot/maint-5.004/perl@3238
-rw-r--r--pod/perlxstut.pod2
1 files changed, 1 insertions, 1 deletions
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