aboutsummaryrefslogtreecommitdiff
path: root/sx-request.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2019-12-29 11:46:07 -0600
committerGitHub <noreply@github.com>2019-12-29 11:46:07 -0600
commite9d1093c97507a6d7b4f4710ef65200dae725e5f (patch)
tree32691470993efbdf8a1b7c18065a5b1f3498ee0e /sx-request.el
parent49358eae36dd4bb5b9207313b30df085e7f25cef (diff)
parentfe19002ef38732d947026a0d4cb834259a18751a (diff)
Merge pull request #363 from DamienCassou/typos
Fix typos
Diffstat (limited to 'sx-request.el')
-rw-r--r--sx-request.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-request.el b/sx-request.el
index 9376c1d..6aeedd4 100644
--- a/sx-request.el
+++ b/sx-request.el
@@ -158,13 +158,13 @@ This defaults to `sx-request-response-get-items'.
The full set of arguments is built with
`sx-request--build-keyword-arguments', prepending
`sx-request-api-key' to receive a higher quota. It will also
-include user's `access_token` if it is avaialble. This call is
+include user's `access_token` if it is available. This call is
then resolved with `url-retrieve-synchronously' to a temporary
buffer that it returns. The headers are then stripped using a
search a blank line (\"\\n\\n\"). The main body of the response
is then tested with `sx-encoding-gzipped-buffer-p' for
compression. If it is compressed, `sx-request-unzip-program' is
-called to uncompress the response. The uncompressed respons is
+called to uncompress the response. The uncompressed response is
then read with `json-read-from-string'.
`sx-request-remaining-api-requests' is updated appropriately and