From fcaa5b9e11c26fe177ee34ce902dd2571149cc88 Mon Sep 17 00:00:00 2001
From: "ma.azimi@laposte.net" <ma.azimi@laposte.net>
Date: Wed, 20 May 2015 23:00:58 +0200
Subject: [PATCH] Update fail2ban.md

---
 fail2ban.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fail2ban.md b/fail2ban.md
index 2ddc7ff4..06efe987 100644
--- a/fail2ban.md
+++ b/fail2ban.md
@@ -1,10 +1,10 @@
 # Fail2ban
 
-For a number of reasons, an IP adresse may be wrongly blacklisted. If you wish to access your server through this specifi IP you will need to unblock it.
+For a number of reasons, an IP adresse may be wrongly blacklisted. If you wish to access your server through this specify IP you will need to unblock it.
 
 ## IP unblock
 
-First, list all iptables rules with : `iptables -L --line-numbers` :
+First, list all iptables rules with: `iptables -L --line-numbers` :
 
 ```bash
 root@beudi:~# iptables -L --line-numbers
@@ -51,7 +51,7 @@ To unblock:
 iptables -D rule_name entry_number
 ```
 
-For example :
+For intance:
 ```bash
 iptables -D fail2ban-yunohost 1
 ```
\ No newline at end of file