summaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/debian_packages_in_git.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/debian_packages_in_git.mdwn b/development/debian_packages_in_git.mdwn
index f0a0365..7886e82 100644
--- a/development/debian_packages_in_git.mdwn
+++ b/development/debian_packages_in_git.mdwn
@@ -14,7 +14,7 @@ Disadvantage:
* no history on the *patch-queue/foo* branch, but you do have the history on *foo* of course.
### Workflow:
-Assuming the Debian source package has it's patches in *debian/patches* and these are parseable by *git-guiltimport(1)*:
+Assuming the Debian source package has it's patches in *debian/patches* and these are parseable by *git-quiltimport(1)*:
* create *patch-queue* branch and import *debian/patches* onto it using [gbp-pq](http://honk.sigxcpu.org/projects/git-buildpackage/gbp-pq):