summaryrefslogtreecommitdiff
path: root/pod/perlintro.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-07 13:01:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-07 13:01:19 +0000
commit8939ba947b65b018b80ecab3fe1366287d07d1d7 (patch)
tree8bce266f9165b8c8fce244f18955b157c44a23d4 /pod/perlintro.pod
parentd99f392e29ba1031b45a7ef5fc503236e01c5cd9 (diff)
downloadperl-8939ba947b65b018b80ecab3fe1366287d07d1d7.tar.gz
s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
p4raw-id: //depot/perl@17055
Diffstat (limited to 'pod/perlintro.pod')
-rw-r--r--pod/perlintro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintro.pod b/pod/perlintro.pod
index 5fc9b66e85..7429dfb233 100644
--- a/pod/perlintro.pod
+++ b/pod/perlintro.pod
@@ -55,7 +55,7 @@ Alternatively, put this as the first line of your script:
to be executable first, so C<chmod 755 script.pl> (under Unix).
For more information, including instructions for other platforms such as
-Windows and MacOS, read L<perlrun>.
+Windows and Mac OS, read L<perlrun>.
=head2 Basic syntax overview