From b75760867bd00f80b35779abc517719600228b35 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 13 Oct 2023 21:23:02 +0200 Subject: docstrings autoloads --- lisp/mastodon-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-http.el') 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 () -- cgit v1.2.3