From 28e46df24ad831a60ba4a2b6a73aa2e120970f50 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 24 May 2017 18:26:09 +0100 Subject: [PATCH] pseudocode typo Signed-off-by: Ian Jackson --- git-debrebase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2