File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ unmock_all_file_checks();
242
242
243
243
__END__
244
244
245
- # The ouput looks similar to
245
+ # The output looks similar to
246
246
247
247
-d '/root' called from at t/perldoc_mock-all-file-check-trace.t line 26.
248
248
-l '/root' called from at t/perldoc_mock-all-file-check-trace.t line 27.
@@ -412,7 +412,7 @@ sub my_stat {
412
412
413
413
return $fake_stat if $f eq 'fake.stat';
414
414
415
- # can also retun stats as a hash ref
415
+ # can also return stats as a hash ref
416
416
return { st_dev => 1, st_atime => 987654321 } if $f eq 'hash.stat';
417
417
418
418
return {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ sub my_stat {
45
45
46
46
return $fake_stat if $f eq ' fake.stat' ;
47
47
48
- # can also retun stats as a hash ref
48
+ # can also return stats as a hash ref
49
49
return { st_dev => 1, st_atime => 987654321 } if $f eq ' hash.stat' ;
50
50
51
51
return {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ sub my_stat {
52
52
53
53
return $fake_stat if $f eq ' fake.stat' ;
54
54
55
- # can also retun stats as a hash ref
55
+ # can also return stats as a hash ref
56
56
return { st_dev => 1, st_atime => 987654321 } if $f eq ' hash.stat' ;
57
57
58
58
return {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ sub my_custom_check {
27
27
28
28
__END__
29
29
30
- # The ouput looks similar to
30
+ # The output looks similar to
31
31
32
32
-d '/root' called from at t/perldoc_mock-all-file-check-trace.t line 26.
33
33
-l '/root' called from at t/perldoc_mock-all-file-check-trace.t line 27.
You can’t perform that action at this time.
0 commit comments