Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit bff5cf3

Browse files
committed
Fixed typo
1 parent 57600a7 commit bff5cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)