summaryrefslogtreecommitdiff
path: root/pod/perltoot.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/perltoot.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/perltoot.pod')
-rw-r--r--pod/perltoot.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltoot.pod b/pod/perltoot.pod
index e6aa3de60b..68ce8d408d 100644
--- a/pod/perltoot.pod
+++ b/pod/perltoot.pod
@@ -65,7 +65,7 @@ For example, let's make a simple Person class module. It gets stored in
the file Person.pm. If it were called a Happy::Person class, it would
be stored in the file Happy/Person.pm, and its package would become
Happy::Person instead of just Person. (On a personal computer not
-running Unix or Plan 9, but something like MacOS or VMS, the directory
+running Unix or Plan 9, but something like Mac OS or VMS, the directory
separator may be different, but the principle is the same.) Do not assume
any formal relationship between modules based on their directory names.
This is merely a grouping convenience, and has no effect on inheritance,