From 3dc413e80f09e2096f1ffa81e0e35f0ae3d34df3 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 19 Jul 2012 20:59:48 +0200 Subject: [PATCH] [entropy.server] fix typo in comment --- lib/entropy/server/interfaces/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entropy/server/interfaces/main.py b/lib/entropy/server/interfaces/main.py index 207cea2ad..77b10a212 100644 --- a/lib/entropy/server/interfaces/main.py +++ b/lib/entropy/server/interfaces/main.py @@ -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)