aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-04-14 14:14:30 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-04-14 14:14:30 +0200
commit2bfb63715c99c0e535041577d83c931715210123 (patch)
tree48ba1a0dc691bf7a174e2b54420cf6b959d95134
parentdf13ff980e9783c523f6b08c37e4b58e224876a3 (diff)
update modeline and fix typo
-rw-r--r--gbp/errors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp/errors.py b/gbp/errors.py
index be92b99f..74f0a552 100644
--- a/gbp/errors.py
+++ b/gbp/errors.py
@@ -1,10 +1,10 @@
# vim: set fileencoding=utf-8 :
#
# (C) 2006,2007 Guido Guenther <agx@sigxcpu.org>
-"""Thinks common to all gbp commands"""
+"""Things common to all gbp commands"""
class GbpError(Exception):
"""Generic exception raised in git-buildpackage commands"""
pass
-# vim:et:ts=4:sw=4:
+# vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: