diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-03-19 08:52:17 +0100 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-03-19 08:52:17 +0100 |
commit | 2c892110655858c6a9c331b77c9558d937bbef66 (patch) | |
tree | 37d1855260329a14d4cbaa1a0112e0bc76ebbf82 /gbp.conf | |
parent | 53333544367945a82a56866b633b087cfdbcf0da (diff) | |
download | git-buildpackage-2c892110655858c6a9c331b77c9558d937bbef66.tar.gz git-buildpackage-2c892110655858c6a9c331b77c9558d937bbef66.tar.bz2 git-buildpackage-2c892110655858c6a9c331b77c9558d937bbef66.zip |
fix typos in documentation
Closes: #471582
Thanks: Michael Biebl
Diffstat (limited to 'gbp.conf')
-rw-r--r-- | gbp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #keyid = 0xdeadbeef # push to a remote repository after a successful tag: #posttag = git-push git.example.com -# use this for more svn-buildpackage like bahaviour: +# use this for more svn-buildpackage like behaviour: #export-dir = ../build-area/ #tarball-dir = ../tarballs/ |