Skip to content

Commit f721ca3

Browse files
committed
Merge pull request EFForg#1947 from KommX/scripts
Just fixed a minor typo
2 parents 57600a7 + bff5cf3 commit f721ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/alexa-ruleset-checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
alexaTop1MURL = "http://s3.amazonaws.com/alexa-static/top-1m.csv.zip"
3636
# alexaTop1MURL = "http://127.0.0.1/top-1m.csv.zip"
3737

38-
# Temporary file name, to aboid conflicts
38+
# Temporary file name, to avoid conflicts
3939
tmpAlexaFileName = "/tmp/alexa-top1M-" + format(random.randrange(1,65535)) + ".csv"
4040

4141
# Logfile. Records the same output as the script

0 commit comments

Comments
 (0)