summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-05-24 18:26:09 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commit114b61d1874f3e26f4ac722281b75346b90fd94c (patch)
treea2d9038f1016e8c90ec3873df34fdf6c3fb909bf
parent9895af2b1bf07290614e4ee2d57fb84f44ed023a (diff)
git-debrebase: pseudocode typo
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xgit-debrebase2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debrebase b/git-debrebase
index cbf7e91..376c67e 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) {