From 657eb8fa41d9aaf303330a0c0b2800d3ef68ef78 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Tue, 11 Aug 2015 21:35:44 +0200 Subject: [PATCH] Fix typo in error message. --- daklib/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/upload.py b/daklib/upload.py index 7095b679..8ab532c2 100644 --- a/daklib/upload.py +++ b/daklib/upload.py @@ -54,7 +54,7 @@ class InvalidHashException(UploadException): "According to the control file the {0} hash should be {2},\n" "but {1} has {3}.\n" "\n" - "If you did not include {1} in you upload, a different version\n" + "If you did not include {1} in your upload, a different version\n" "might already be known to the archive software.") \ .format(self.hash_name, self.filename, self.expected, self.actual) -- 2.39.2