projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12574cc
)
hook: Fix harmless typo
author
Andreas Beckmann
<anbe@debian.org>
Fri, 7 Sep 2018 17:52:38 +0000
(19:52 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Fri, 21 Sep 2018 11:33:36 +0000
(13:33 +0200)
Gbp-Dch: Ignore
gbp/scripts/common/hook.py
patch
|
blob
|
history
diff --git
a/gbp/scripts/common/hook.py
b/gbp/scripts/common/hook.py
index bcaf3cd9ed4c111909d820e84c27d08365a94c58..fb877f00cba765808422ed6c4b3e227d1e491502 100644
(file)
--- a/
gbp/scripts/common/hook.py
+++ b/
gbp/scripts/common/hook.py
@@
-33,7
+33,7
@@
class Hook(RunAtCommand):
@staticmethod
def md(a, b):
- "Merge two dictiona
ir
es a and b into a new one"
+ "Merge two dictiona
ri
es a and b into a new one"
c = a.copy()
c.update(b)
return c