summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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\:·: