aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-22 12:00:47 +0200
committermousebot <mousebot@riseup.net>2021-10-22 12:00:47 +0200
commitc9bae35413ab9570252c44cdd212f1ab291af83f (patch)
tree096b86b003afac16a91c4089536b7d00f8ac5dfd /lisp
parent315c5d31195253462e8862a7877d45911bfc9956 (diff)
docstring typo
Diffstat (limited to 'lisp')
-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 6df2aab..ea18da8 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -46,7 +46,7 @@
"HTTP request timeout, in seconds. Has no effect on Emacs < 26.1.")
(defun mastodon-http--api (endpoint)
- "Return Mastondon API URL for ENDPOINT."
+ "Return Mastodon API URL for ENDPOINT."
(concat mastodon-instance-url "/api/"
mastodon-http--api-version "/" endpoint))