Fix comment typo

Change-Id: I40998a48e57ffe1e4ef07e524825e4f51b1fd1b4
This commit is contained in:
Stanisław Pitucha 2015-06-23 08:40:24 +10:00
parent a4f4be370b
commit 3ff88d2631
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def validate_image_path(val):
if val[0] == '/':
return False
# make sure the image path if rfc3986 compliant
# make sure the image path is rfc3986 compliant
# prepend '/' to make input validate
if not validate_url_path('/' + val):
return False