aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-02-20 12:18:38 +0100
committerGuido Günther <agx@sigxcpu.org>2009-02-20 12:18:38 +0100
commit616bff3c86298863ca73263402373bba38585b21 (patch)
treebb5d83e61a4d96d14b21866af60b8779a273ff38 /docs/chapters
parent47c8a386c4eb0b82c22da79293ff1c1294bcc366 (diff)
typo
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/building.sgml2
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