From 1da8dc566a5235f2fb090886e8b0e098c784f26c Mon Sep 17 00:00:00 2001 From: Ahmed Aboul-Ela Date: Fri, 18 Dec 2015 09:39:22 +0200 Subject: [PATCH] Fixed a typo in comments --- sublist3r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublist3r.py b/sublist3r.py index a4cf413..e2158a3 100644 --- a/sublist3r.py +++ b/sublist3r.py @@ -26,7 +26,7 @@ try: except: pass -#Check if we are this running on windows platform +#Check if we are running this on windows platform is_windows = sys.platform.startswith('win') #Console Colors