Fix typos
This commit is contained in:
parent
8de15394bb
commit
d674d13a68
7 changed files with 26 additions and 25 deletions
2
t/relative_path.t
Normal file → Executable file
2
t/relative_path.t
Normal file → Executable file
|
@ -12,7 +12,7 @@ use Test::More tests => 5;
|
|||
is(
|
||||
relative_path('a/b/c', 'a/b/d'),
|
||||
'../d',
|
||||
=> 'diferent branches'
|
||||
=> 'different branches'
|
||||
);
|
||||
|
||||
is(
|
||||
|
|
|
@ -157,7 +157,7 @@ $Option{'verbose'} = 0;
|
|||
make_dir('stow'); # make out stow dir a subdir of target
|
||||
$Stow_Path = 'stow';
|
||||
|
||||
# emulate stowing into ourself (bizzare corner case or accident)
|
||||
# emulate stowing into ourself (bizarre corner case or accident)
|
||||
make_dir('stow/pkg7a/stow/pkg7b');
|
||||
make_file('stow/pkg7a/stow/pkg7b/file7b');
|
||||
make_link('stow/pkg7b', '../stow/pkg7a/stow/pkg7b');
|
||||
|
@ -187,7 +187,7 @@ $Stow_Path = 'stow';
|
|||
make_dir('stow2'); # make our alternate stow dir a subdir of target
|
||||
make_file('stow2/.stow');
|
||||
|
||||
# emulate stowing into ourself (bizzare corner case or accident)
|
||||
# emulate stowing into ourself (bizarre corner case or accident)
|
||||
make_dir('stow/pkg8a/stow2/pkg8b');
|
||||
make_file('stow/pkg8a/stow2/pkg8b/file8b');
|
||||
make_link('stow2/pkg8b', '../stow/pkg8a/stow2/pkg8b');
|
||||
|
|
|
@ -159,7 +159,7 @@ $Option{'verbose'} = 0;
|
|||
make_dir('stow'); # make out stow dir a subdir of target
|
||||
$Stow_Path = 'stow';
|
||||
|
||||
# emulate stowing into ourself (bizzare corner case or accident)
|
||||
# emulate stowing into ourself (bizarre corner case or accident)
|
||||
make_dir('stow/pkg7a/stow/pkg7b');
|
||||
make_file('stow/pkg7a/stow/pkg7b/file7b');
|
||||
make_link('stow/pkg7b', '../stow/pkg7a/stow/pkg7b');
|
||||
|
@ -189,7 +189,7 @@ $Stow_Path = 'stow';
|
|||
make_dir('stow2'); # make our alternate stow dir a subdir of target
|
||||
make_file('stow2/.stow');
|
||||
|
||||
# emulate stowing into ourself (bizzare corner case or accident)
|
||||
# emulate stowing into ourself (bizarre corner case or accident)
|
||||
make_dir('stow/pkg8a/stow2/pkg8b');
|
||||
make_file('stow/pkg8a/stow2/pkg8b/file8b');
|
||||
make_link('stow2/pkg8b', '../stow/pkg8a/stow2/pkg8b');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue