diff options
| -rw-r--r-- | searx/engines/soundcloud.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/soundcloud.py b/searx/engines/soundcloud.py index 3fee87b27..c3dbc1331 100644 --- a/searx/engines/soundcloud.py +++ b/searx/engines/soundcloud.py @@ -23,7 +23,7 @@ categories = ["music"] paging = True search_url = "https://api-v2.soundcloud.com/search" -"""This is not the offical (developer) url, it is the API which is used by the +"""This is not the official (developer) url, it is the API which is used by the HTML frontend of the common WEB site. """ |