diff options
Diffstat (limited to 't/porting')
-rw-r--r-- | t/porting/args_assert.t | 2 | ||||
-rw-r--r-- | t/porting/diag.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/porting/args_assert.t b/t/porting/args_assert.t index df62755b34..e1a2fa5d8e 100644 --- a/t/porting/args_assert.t +++ b/t/porting/args_assert.t @@ -16,7 +16,7 @@ my $prefix = ''; unless (-d 't' && -f 'MANIFEST') { # we'll assume that we are in t then. - # All files are interal to perl, so Unix-style is sufficiently portable. + # All files are internal to perl, so Unix-style is sufficiently portable. $prefix = '../'; } diff --git a/t/porting/diag.t b/t/porting/diag.t index 073156a317..73270d4182 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -270,7 +270,7 @@ sub check_file { } } } -# Lists all missing things as of the inaguration of this script, so we +# Lists all missing things as of the inauguration of this script, so we # don't have to go from "meh" to perfect all at once. # # PLEASE DO NOT ADD TO THIS LIST. Instead, write an entry in |