From: Ian Jackson Date: Fri, 10 Aug 2018 13:50:05 +0000 (+0100) Subject: dgit: Fix a spelling error `$merginputs' to `$mergeinputs' X-Git-Tag: archive/debian/6.7~156 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=e09fe6d115bdd9439abe4d892a6f3ecb181905ee dgit: Fix a spelling error `$merginputs' to `$mergeinputs' No functional change. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index d2f2c0fb..51cac148 100755 --- a/dgit +++ b/dgit @@ -3457,7 +3457,7 @@ END sub multisuite_suite_child ($$$) { - my ($tsuite, $merginputs, $fn) = @_; + my ($tsuite, $mergeinputs, $fn) = @_; # in child, sets things up, calls $fn->(), and returns undef # in parent, returns canonical suite name for $tsuite my $canonsuitefh = IO::File::new_tmpfile; @@ -3484,7 +3484,7 @@ sub multisuite_suite_child ($$$) { return $csuite; } printdebug "multisuite $tsuite ok (canon=$csuite)\n"; - push @$merginputs, { + push @$mergeinputs, { Ref => lrref, Info => $csuite, };