[entropy.server] fix typo in comment

This commit is contained in:
Fabio Erculiani
2012-07-19 20:59:48 +02:00
parent b9b5157817
commit 3dc413e80f
+1 -1
View File
@@ -6003,7 +6003,7 @@ class Server(Client):
dorm = True
# checking if we are allowed to remove stuff on this repo
# it xrepo is not the default one, we MUST skip this to
# if xrepo is not the default one, we MUST skip this to
# avoid touching what developer doesn't expect
if dorm and (xrepo == self._repository):
trashed = self._is_spm_uid_trashed(counter)