aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2018-12-29 17:31:46 +0100
committerGuido Günther <agx@sigxcpu.org>2018-12-29 17:31:46 +0100
commitb58311f9b2e89cb12753b6f3b0d5e7cf41165081 (patch)
tree4ac80b7c0bf8996c4fc83f47dc091e2f7f3b036f
parent861121e4f5b1e7393fa495d4040c37f3e0ed63cd (diff)
Fix typo
Closes: #914280
-rwxr-xr-xgbp/scripts/pq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/pq.py b/gbp/scripts/pq.py
index babff1c5..794617a4 100755
--- a/gbp/scripts/pq.py
+++ b/gbp/scripts/pq.py
@@ -260,7 +260,7 @@ def safe_patches(series, repo):
patches = os.path.join(tmpdir, 'patches')
series = os.path.join(patches, name)
- gbp.log.debug("Safeing patches '%s' in '%s'" % (src, tmpdir))
+ gbp.log.debug("Saving patches '%s' in '%s'" % (src, tmpdir))
shutil.copytree(src, patches)
return (tmpdir, series)