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-interaction.el | |
parent | 49358eae36dd4bb5b9207313b30df085e7f25cef (diff) | |
parent | fe19002ef38732d947026a0d4cb834259a18751a (diff) |
Merge pull request #363 from DamienCassou/typos
Fix typos
Diffstat (limited to 'sx-interaction.el')
-rw-r--r-- | sx-interaction.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |