From b723c31279bf0d2bb2c07dcff3952f5d4f8f6d7f Mon Sep 17 00:00:00 2001
From: virus2500 <virus2500@me.com>
Date: Tue, 7 Jan 2014 09:18:47 +0100
Subject: [PATCH] fixed cleanup comment

---
 blocklist.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/blocklist.pl b/blocklist.pl
index 9f7f0d5..a0f94ee 100755
--- a/blocklist.pl
+++ b/blocklist.pl
@@ -163,9 +163,9 @@ sub remIpsFromBlocklist {
 ######## END remIpsFromBlocklist ########
 
 
-################## cleanup ###################
-#### Cleanup: move tmp file to new place #####
-##############################################
+########## cleanup ################
+#### Cleanup: delete tmp file #####
+###################################
 sub cleanup {
     $result = `$rm $tmpDir/$fileName && echo "Deleted file $tmpDir/$fileName" || echo "Can\t delete file $tmpDir/$fileName"`;
     print "\nWe added $added, removed $removed, skipped $skipped Rules\n";
-- 
GitLab