diff options
Diffstat (limited to 'searx/engines/adobe_stock.py')
| -rw-r--r-- | searx/engines/adobe_stock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/adobe_stock.py b/searx/engines/adobe_stock.py index 775e5d107..4ab4312a1 100644 --- a/searx/engines/adobe_stock.py +++ b/searx/engines/adobe_stock.py @@ -156,7 +156,7 @@ def parse_image_item(item): def parse_video_item(item): # in video items, the title is more or less a "content description", we try - # to reduce the lenght of the title .. + # to reduce the length of the title .. title = item["title"] content = "" |