summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2025-03-21 02:33:51 +0900
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-03-21 11:05:54 +0100
commit24826463238c185fff99f4b9717dba4b7b89f923 (patch)
tree3ae690087cda97db37f433a8845cbb1f97be4929
parent96a6e3dcb2283fa7ad9db4172a00582073a166d7 (diff)
[fix] typo in doc-str: offical -> official
-rw-r--r--searx/engines/soundcloud.py2
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.
"""