branch: externals/tempel
commit 3aa9ce8b00278aa80dcabe93f10d0d9144362c48
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

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

diff --git a/tempel.el b/tempel.el
index cbe2417c67..629484ef6b 100644
--- a/tempel.el
+++ b/tempel.el
@@ -203,7 +203,7 @@ TEMPLATES is the list of templates."
 (defun tempel--exit (templates region name status)
   "Exit function for completion for template NAME and STATUS.
 TEMPLATES is the list of templates.
-REGION are the current region bouns"
+REGION are the current region bounds."
   (unless (eq status 'exact)
     (when-let ((sym (intern-soft name))
                (template (alist-get sym templates)))

Reply via email to