aboutsummaryrefslogtreecommitdiff
path: root/gbp/deb/uscan.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/deb/uscan.py')
-rw-r--r--gbp/deb/uscan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/uscan.py b/gbp/deb/uscan.py
index 97e02ea..d81492a 100644
--- a/gbp/deb/uscan.py
+++ b/gbp/deb/uscan.py
@@ -174,7 +174,7 @@ class Uscan(object):
cwd=self._dir,
stdout=subprocess.PIPE)
out = p.communicate()[0]
- # uscan exits with 1 in case of uptodate and when an error occured.
+ # uscan exits with 1 in case of uptodate and when an error occurred.
# Don't fail in the uptodate case:
self._parse_uptodate(out)
if not self.uptodate: