aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@debian.org>2024-01-05 11:52:43 +0800
committerOtto Kekäläinen <otto@debian.org>2024-01-12 14:21:55 -0800
commitae2d10cd57f78e559bd1334e389d9ee347523c39 (patch)
treeb122d685f26393b257b1d0a7ec298b9392e500fa /HACKING
parentaf15aad46e23c5b5ba972c9d6d9ba89fccae1936 (diff)
docs: Fix misc spelling in documentation
In code standardize on using 'commitish' while docs have 'commit-ish' like upstream git convention seems to be.
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