Fix typos

This commit is contained in:
Adam Spiers 2011-11-21 23:15:47 +00:00
parent 1f9c5bed1a
commit b8942c9f79

View file

@ -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