From: Ian Jackson Date: Wed, 24 May 2017 17:26:09 +0000 (+0100) Subject: git-debrebase: pseudocode typo X-Git-Tag: archive/debian/5.0~352 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=114b61d1874f3e26f4ac722281b75346b90fd94c;p=dgit.git git-debrebase: pseudocode typo Signed-off-by: Ian Jackson --- diff --git a/git-debrebase b/git-debrebase index cbf7e91e..376c67e8 100755 --- a/git-debrebase +++ b/git-debrebase @@ -236,7 +236,7 @@ sub classify ($) { } elsif ($d & (D_PAT_ADD|D_PAT_OTH)) { return $unknown->("edits debian/patches"); } elsif ($d == D_DEB) { - check if there were any deb before, is not this is + check if there were any deb before, if not this is a packaging introduction (ie breakwater root) return $classify->(qw(Packaging)); } elsif ($d == D_UPS) {