chiark / gitweb /
git-debrebase: pseudocode typo
[dgit.git] / 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) {