summaryrefslogtreecommitdiff
path: root/gbp/deb
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-22 14:21:33 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-22 22:40:09 +0100
commit428e8957efc79f4db8dd62b131242dde89d5a72a (patch)
treef713b00117892a3f75884d5c92f8ce1db6516c0f /gbp/deb
parent0ab70aa48d16b58ecbd4d41ac006dea14631b4e5 (diff)
Make Debian and Git spelling consistent
Diffstat (limited to 'gbp/deb')
-rw-r--r--gbp/deb/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/source.py b/gbp/deb/source.py
index c740361..847df55 100644
--- a/gbp/deb/source.py
+++ b/gbp/deb/source.py
@@ -58,7 +58,7 @@ class DebianSource(object):
def is_native(self):
"""
- Whether this is a native debian package
+ Whether this is a native Debian package
"""
try:
ff = self._vfs.open('debian/source/format')