Fix typos
This commit is contained in:
parent
1f9c5bed1a
commit
b8942c9f79
1 changed files with 2 additions and 2 deletions
|
@ -683,7 +683,7 @@ sub unstow_node {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($old_source =~ m{\A/}) {
|
if ($old_source =~ m{\A/}) {
|
||||||
warn "ignoring a absolute symlink: $target => $old_source\n";
|
warn "ignoring an absolute symlink: $target => $old_source\n";
|
||||||
return; # XXX #
|
return; # XXX #
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1028,7 +1028,7 @@ sub defer {
|
||||||
}
|
}
|
||||||
|
|
||||||
#===== METHOD ================================================================
|
#===== METHOD ================================================================
|
||||||
# Name : overide
|
# Name : override
|
||||||
# Purpose : determine if the given path matches a regex in our override list
|
# Purpose : determine if the given path matches a regex in our override list
|
||||||
# Parameters: $path
|
# Parameters: $path
|
||||||
# Returns : Boolean
|
# Returns : Boolean
|
||||||
|
|
Loading…
Reference in a new issue