Browse Source

fix spelling mistake

liuyuqi-dellpc 3 years ago
parent
commit
9350778956
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/main.py

+ 1 - 1
tools/main.py

@@ -91,7 +91,7 @@ def updateHost():
                     f2.write(line)
             f2.write("#*********************github " +
                      str(today) + " update********************\n")
-            f2.write("#******* get least hosts: http://blog.yoqi.me/lyq/16489.html\n")
+            f2.write("#******* get latest hosts: http://blog.yoqi.me/lyq/16489.html\n")
             for key in addr2ip:
                 f2.write(addr2ip[key] + "\t" + key + "\n")
     os.remove(hostLocation)