summaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authoragx <agx@web>2010-03-13 16:38:25 +0100
committerWiki User <wikwik@wiki.sigxcpu.org>2010-03-13 16:38:25 +0100
commit7133b544080756c06339e69b7b82efdfbd197354 (patch)
treeb785d5061df76be7c088baad1c52544e63c0cf0b /development
parent94bb9efc55b0ea5fab0d6ddec2a4333f9ff4df33 (diff)
Fix typo, thanks
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):