diff options
author | Sean Allred <code@seanallred.com> | 2019-12-29 11:46:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-29 11:46:07 -0600 |
commit | e9d1093c97507a6d7b4f4710ef65200dae725e5f (patch) | |
tree | 32691470993efbdf8a1b7c18065a5b1f3498ee0e /sx-question-print.el | |
parent | 49358eae36dd4bb5b9207313b30df085e7f25cef (diff) | |
parent | fe19002ef38732d947026a0d4cb834259a18751a (diff) |
Merge pull request #363 from DamienCassou/typos
Fix typos
Diffstat (limited to 'sx-question-print.el')
-rw-r--r-- | sx-question-print.el | 4 |
1 files changed, 2 insertions, 2 deletions
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. |