aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/pq.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/scripts/pq.py')
-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)