Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-05-08 14:02:35 +00:00
commit 1ce738e08f
18 changed files with 26 additions and 26 deletions

View file

@ -153,7 +153,7 @@ class RobotFileParser:
return True
# Until the robots.txt file has been read or found not
# to exist, we must assume that no url is allowable.
# This prevents false positives when a user erronenously
# This prevents false positives when a user erroneously
# calls can_fetch() before calling read().
if not self.last_checked:
return False