aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-10 12:44:01 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-10 12:44:01 +0100
commitb71cf7a774f86cdc166efbdc81e5c05739f8e145 (patch)
treea1fd3608f3cf99523689adbbd49c261869f89013 /debian
parent58c198e976e6725d3a531f47941b7dfdd029b18f (diff)
d/changelog: fix two typos
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index eaeb3164..05e50211 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -175,7 +175,7 @@ git-buildpackage (0.9.0~exp5) experimental; urgency=medium
* [b2092c1] patch_series: don't let "git mailinfo" sanitize the subject.
This would strip away text in []. This improves the import/export round
trip. (Closes: #872354)
- * import_orig: be more descripte what we're "using"
+ * import_orig: be more descriptive what we're "using"
* pq: Be clearer what '--commit' did instead of a confusing "git status".
-- Guido Günther <agx@sigxcpu.org> Fri, 08 Sep 2017 11:19:36 +0200
@@ -200,7 +200,7 @@ git-buildpackage (0.9.0~exp4) experimental; urgency=medium
duplicate error messages
* [40b1883] gbp.conf: drop --noconf since it needs to be dch's first option
* [ec643d9] Revert "buildpackage: don't prepare any tarballs in overlay mode"
- This breaks workflows where people have a detache debian/ dir
+ This breaks workflows where people have a detached debian/ dir
but keep upstream VCS and pristine-tar in the same repo.
This reverts commit 3e4e7950d2b0e81a8821f60e9a6d842c88e8b7fb.
Thanks to Maximiliano Curia for the report