Commit 74421fa2 authored by Arno Töll's avatar Arno Töll
Browse files

Fix spelling error in reject message

parent 4f79dcf9
...@@ -461,9 +461,9 @@ class Importer(object): ...@@ -461,9 +461,9 @@ class Importer(object):
self._remove_changes() self._remove_changes()
if orig == None: if orig == None:
orig = "any original tarball (orig.tar.gz)" orig = "any original tarball (orig.tar.gz)"
self._reject("Rejecting incomplate upload. " self._reject("Rejecting incomplete upload. "
"You did not upload %s and we didn't find it on either one of our alternative resources.\n" \ "You did not upload %s and we didn't find it on any of our alternative resources.\n" \
"If you tried to upload a Debian revision package, make sure you include the full source (pass -sa to dpkg-buildpackage)" % "If you tried to upload a package which only increased the Debian revision part, make sure you include the full source (pass -sa to dpkg-buildpackage)" %
( orig )) ( orig ))
else: else:
toinstall.append(orig) toinstall.append(orig)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment