aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-13 21:23:02 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-13 21:23:02 +0200
commitb75760867bd00f80b35779abc517719600228b35 (patch)
treebd1ddcef7fc4e78380a6d12ca31db1524bcab9c2 /lisp/mastodon-http.el
parent41f814cc44bb49e341cc921d83c174c721fc0beb (diff)
docstrings autoloads
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r--lisp/mastodon-http.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el
index 33f6012..3d26dc5 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -54,7 +54,7 @@
mastodon-http--api-version "/" endpoint))
(defun mastodon-http--api-search ()
- "Return Mastodon API url for the /search endpoind (v2)."
+ "Return Mastodon API url for the /search endpoint (v2)."
(format "%s/api/v2/search" mastodon-instance-url))
(defun mastodon-http--response ()