This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pod/buildtoc now generates pod/roffitall
[perl5.git] / Porting / valgrindpp.pl
index 5078734..79285cb 100755 (executable)
@@ -58,7 +58,7 @@ if (exists $opt{'output-file'}) {
 # %error = (
 #   error_name => {
 #                   stack_frame => {
-#                                    test_script => occurences
+#                                    test_script => occurrences
 #                                  }
 #                 }
 # );
@@ -66,7 +66,7 @@ if (exists $opt{'output-file'}) {
 # %leak = (
 #   leak_type => {
 #                  stack_frames => {
-#                                    test_script => occurences
+#                                    test_script => occurrences
 #                                  }
 #                } # stack frames are separated by '<'s
 # );