A couple of POD fixes by Steven Schubiger
[p5sagit/p5-mst-13.2.git] / pod / perlhack.pod
index 04aa5d3..d76261d 100644 (file)
@@ -888,7 +888,7 @@ retrieves the return op from it, and returns it.
 
 =item Exception handing
 
-Perl's exception handing (i.e. C<die> etc) is built on top of the low-level
+Perl's exception handing (i.e. C<die> etc.) is built on top of the low-level
 C<setjmp()>/C<longjmp()> C-library functions. These basically provide a
 way to capture the current PC and SP registers and later restore them; i.e.
 a C<longjmp()> continues at the point in code where a previous C<setjmp()>
@@ -1556,7 +1556,7 @@ C<-Wdeclaration-after-statement>
 =back
 
 The following flags would be nice to have but they would first need
-their own Stygian stablemaster:
+their own Augean stablemaster:
 
 =over 4
 
@@ -2113,7 +2113,7 @@ that need to be moved.  Perhaps you could move them?  Thanks!
 
 =item F<t/mro/>
 
-Tests for perl's method resultion order implementations
+Tests for perl's method resolution order implementations
 (see L<mro>).
 
 =item F<t/op/>
@@ -2221,7 +2221,7 @@ are expected to succeed (until they're specifically fixed, of course).
 =item minitest
 
 Run F<miniperl> on F<t/base>, F<t/comp>, F<t/cmd>, F<t/run>, F<t/io>,
-F<t/op>, and F<t/uni> tests.
+F<t/op>, F<t/uni> and F<t/mro> tests.
 
 =item test.valgrind check.valgrind utest.valgrind ucheck.valgrind