aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/scripts/common/hook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/common/hook.py b/gbp/scripts/common/hook.py
index bcaf3cd9..fb877f00 100644
--- 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 dictionaires a and b into a new one"
+ "Merge two dictionaries a and b into a new one"
c = a.copy()
c.update(b)
return c