aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index 6238f02d..af56f95b 100644
--- a/HACKING
+++ b/HACKING
@@ -63,9 +63,9 @@ Layout
Interfaces
----------
-A gbp command in gbp/scripts/<commmand>.py must provide these interfaces:
+A gbp command in gbp/scripts/<command>.py must provide these interfaces:
-When one invokes `gbp <command>` gbp/scripts/<commmand>.py is imported by
+When one invokes `gbp <command>` gbp/scripts/<command>.py is imported by
gbp/scripts/supercommand.py
@@ -73,7 +73,7 @@ which then invokes it's *main* function with all given command line arguments.
It is expected to return with the exit status that should be passed back to the
shell.
-When one invokes `gbp config <command>` gbp/scripts/<commmand>.py is imported by
+When one invokes `gbp config <command>` gbp/scripts/<command>.py is imported by
gbp/scripts/config.py