From e09fe6d115bdd9439abe4d892a6f3ecb181905ee Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 10 Aug 2018 14:50:05 +0100 Subject: dgit: Fix a spelling error `$merginputs' to `$mergeinputs' No functional change. Signed-off-by: Ian Jackson --- dgit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgit b/dgit index d2f2c0f..51cac14 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, }; -- cgit v1.2.3