diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-02-20 12:18:38 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-02-20 12:18:38 +0100 |
commit | 616bff3c86298863ca73263402373bba38585b21 (patch) | |
tree | bb5d83e61a4d96d14b21866af60b8779a273ff38 /docs | |
parent | 47c8a386c4eb0b82c22da79293ff1c1294bcc366 (diff) | |
download | git-buildpackage-616bff3c86298863ca73263402373bba38585b21.tar.gz git-buildpackage-616bff3c86298863ca73263402373bba38585b21.tar.bz2 git-buildpackage-616bff3c86298863ca73263402373bba38585b21.zip |
typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/chapters/building.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml index 87fe6b77..7417a42d 100644 --- a/docs/chapters/building.sgml +++ b/docs/chapters/building.sgml @@ -91,7 +91,7 @@ if [ "$GBP_TAG" ]; then echo "Pushing $GBP_TAG to $REMOTE" git push "$REMOTE" "$GBP_TAG" else - echo "GBP_TAG no set." + echo "GBP_TAG not set." exit 1 fi |