branch: externals/shelisp
commit d4102dc2ab106d732289164051473ab05a90a321
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    ; Fix typo
---
 shelisp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shelisp.el b/shelisp.el
index 97b8694c6d..8cdd428e0f 100644
--- a/shelisp.el
+++ b/shelisp.el
@@ -195,7 +195,7 @@ convert it to a string."
         (when shelisp-debug
           (message "shelisp> `%s'" cmd))
 
-        ;; Replace the elisp expresssion with it's value
+        ;; Replace the elisp expression with it's value
         ;;   if the value is nil, treat it as an empty string
         (setq rep (save-match-data
                     (save-excursion

Reply via email to