summaryrefslogtreecommitdiff
path: root/pod/perltoot.pod
diff options
context:
space:
mode:
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,