diff options
author | Chip Salzenberg <chip@pobox.com> | 1999-04-13 04:19:38 +0000 |
---|---|---|
committer | Todd Rinaldo <toddr@cpanel.net> | 2019-10-19 07:03:08 -0500 |
commit | 397668cc2c6a0bb267f35b5dc8e4101868172c85 (patch) | |
tree | 9d6e59dcff6ff113283b472ce688304130c85168 | |
parent | 1667d486a6d47f4ace47494167681952365f6645 (diff) | |
download | perl-397668cc2c6a0bb267f35b5dc8e4101868172c85.tar.gz |
Fix typo in perlxstut.
p4raw-id: //depot/maint-5.004/perl@3238
-rw-r--r-- | pod/perlxstut.pod | 2 |
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 |