summaryrefslogtreecommitdiff
path: root/pod/perlxstut.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlxstut.pod')
-rw-r--r--pod/perlxstut.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod
index 4f8bbc144b..2446cc4dc1 100644
--- a/pod/perlxstut.pod
+++ b/pod/perlxstut.pod
@@ -333,7 +333,7 @@ the .pm or .xs files, you should increment the value of this variable.
=head2 Writing good test scripts
-The importance of writing good test scripts cannot be overemphasized. You
+The importance of writing good test scripts cannot be over-emphasized. You
should closely follow the "ok/not ok" style that Perl itself uses, so that
it is very easy and unambiguous to determine the outcome of each test case.
When you find and fix a bug, make sure you add a test case for it.