From 8ae980807abba5d49cd527193c1168701e66f421 Mon Sep 17 00:00:00 2001
From: "Simon W. Jackson" <simon@simonwjackson.com>
Date: Wed, 21 May 2014 16:35:49 +0200
Subject: [PATCH] Update test_age_restriction.py

typo
---
 test/test_age_restriction.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_age_restriction.py b/test/test_age_restriction.py
index c9cdb96cb..71e80b037 100644
--- a/test/test_age_restriction.py
+++ b/test/test_age_restriction.py
@@ -13,7 +13,7 @@ from youtube_dl import YoutubeDL
 
 
 def _download_restricted(url, filename, age):
-    """ Returns true iff the file has been downloaded """
+    """ Returns true if the file has been downloaded """
 
     params = {
         'age_limit': age,