diff options
Diffstat (limited to 'sx-compose.el')
-rw-r--r-- | sx-compose.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |