summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-21 23:05:31 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-21 23:05:31 +0700
commitdc0a869e5ee7a75218a759706bb11f17c4de6b72 (patch)
tree1b8eabe4828a0cfac1949e022fe60ff7d55f7ac6
parente39b5d4ab83de7a466c6d4c9528d385758566b22 (diff)
downloadyoutube-dl-dc0a869e5ee7a75218a759706bb11f17c4de6b72.tar.gz
youtube-dl-dc0a869e5ee7a75218a759706bb11f17c4de6b72.tar.xz
youtube-dl-dc0a869e5ee7a75218a759706bb11f17c4de6b72.zip
[extractor/common] Fix typo
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 86aff3312..6d4789d96 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -390,7 +390,7 @@ class InfoExtractor(object):
 
         This method is used to initialize geo bypass mechanism based on faking
         X-Forwarded-For HTTP header. A random country from provided country list
-        is selected and a random IP brlonging to this country is generated. This
+        is selected and a random IP belonging to this country is generated. This
         IP will be passed as X-Forwarded-For HTTP header in all subsequent
         HTTP requests.
         Method does nothing if no countries are specified.