chiark / gitweb /
git-debrebase: pseudocode typo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 24 May 2017 17:26:09 +0000 (18:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jun 2018 11:25:49 +0000 (12:25 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
git-debrebase

index cbf7e91ea12ec5ab5ec6aad1881fcb8bf3c1fc0b..376c67e86f71b9476a13ac25ecb3739a65f84daf 100755 (executable)
@@ -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) {