From f7eddda407b6eba87fff3688734d48e13329631b Mon Sep 17 00:00:00 2001
From: Thuban <thuban@yeuxdelibad.net>
Date: Wed, 26 Apr 2017 07:22:44 +0000
Subject: [PATCH] fix typo

---
 vilain.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vilain.py b/vilain.py
index 028ac28..6294620 100755
--- a/vilain.py
+++ b/vilain.py
@@ -156,7 +156,7 @@
                                     await self.bad_ip_queue.put({'ip' : bad_ip, 'maxtries': maxtries, 'reason' : reason})
                                     logger.debug('queue size: {}'.format(self.bad_ip_queue.qsize()))
                                 else:
-                                    logger.info('line match {}. But IP in ingore list'.format(bad_ip))
+                                    logger.info('line match {}. But IP in ignore list'.format(bad_ip))
                     size = stat.st_size
 
     async def ban_ips(self):

--
Gitblit v1.9.3