aboutsummaryrefslogtreecommitdiff
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
parent49358eae36dd4bb5b9207313b30df085e7f25cef (diff)
parentfe19002ef38732d947026a0d4cb834259a18751a (diff)
Merge pull request #363 from DamienCassou/typos
Fix typos
-rw-r--r--bot/sx-bot.el2
-rw-r--r--sx-compose.el2
-rw-r--r--sx-interaction.el2
-rw-r--r--sx-question-print.el4
-rw-r--r--sx-request.el4
-rw-r--r--sx-tab.el2
6 files changed, 8 insertions, 8 deletions
diff --git a/bot/sx-bot.el b/bot/sx-bot.el
index 9bda61a..f2cf926 100644
--- a/bot/sx-bot.el
+++ b/bot/sx-bot.el
@@ -1,4 +1,4 @@
-;;; sx-bot.el --- Functions for automated maintanence -*- lexical-binding: t; -*-
+;;; sx-bot.el --- Functions for automated maintenance -*- lexical-binding: t; -*-
;; Copyright (C) 2014-2018 Artur Malabarba
diff --git a/sx-compose.el b/sx-compose.el
index 28f5693..edec5c2 100644
--- a/sx-compose.el
+++ b/sx-compose.el
@@ -101,7 +101,7 @@ Used by `sx-compose-create'.")
(make-variable-buffer-local 'sx-compose--is-question-p)
(defvar sx-compose--site nil
- "Site which the curent compose buffer belongs to.")
+ "Site which the current compose buffer belongs to.")
(make-variable-buffer-local 'sx-compose--site)
diff --git a/sx-interaction.el b/sx-interaction.el
index 2e2ef57..4c56cdb 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -551,7 +551,7 @@ SITE is a string, indicating where the question will be posted."
DATA is a question alist. Interactively, it is guessed from
context at point. "
;; If the user tries to answer a question that's not viewed, he
- ;; probaby hit the button by accident.
+ ;; probably hit the button by accident.
(interactive
(list (sx--error-if-unread (sx--data-here 'question))))
(sx-ensure-authentication)
diff --git a/sx-question-print.el b/sx-question-print.el
index aefddf0..d41d85e 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -354,7 +354,7 @@ DATA can represent a question or an answer."
(insert "\n")
(sx-question-mode--insert-markdown .body_markdown)
(insert "\n" sx-question-mode-separator))
- ;; Clean up commments manually deleted. The `append' call is
+ ;; Clean up comments manually deleted. The `append' call is
;; to ensure `comments' is a list and not a vector.
(let ((comments (cl-remove-if #'sx--deleted-p .comments)))
(when comments
@@ -374,7 +374,7 @@ DATA can represent a question or an answer."
;; be upvoted too).
(mapc #'sx-question-mode--print-comment comments))
;; If there are comments, we want part of this margin to go
- ;; inside them, so the button get's placed beside the
+ ;; inside them, so the button gets placed beside the
;; "Comments" header when you hide them.
(insert " ")))
;; If there are no comments, we have to add this margin here.
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
diff --git a/sx-tab.el b/sx-tab.el
index 69e85be..2175ce9 100644
--- a/sx-tab.el
+++ b/sx-tab.el
@@ -83,7 +83,7 @@ If SITE is nil, use `sx-default-site'."
TAB is a capitalized string.
This defines a command `sx-tab-TAB' for displaying the tab,
-and a variable `sx-tab--TAB-buffer' for holding the bufer.
+and a variable `sx-tab--TAB-buffer' for holding the buffer.
The arguments PAGER, PRINTER, and REFRESHER, if non-nil, are
respectively used to set the value of the variables