branch: elpa/sweeprolog
commit ae747fda7fd867efdfe4f7a48128d0f5ba3c8fdb
Author: Eshel Yaron <[email protected]>
Commit: Eshel Yaron <[email protected]>

    ; Fix typo
    
    * sweeprolog.el (sweeprolog-terms-at-point): Fix typo.
---
 sweeprolog.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sweeprolog.el b/sweeprolog.el
index e5c510b434..283383a442 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -5442,7 +5442,7 @@ moving point."
   "Keymap used by `sweeprolog-goal-term'.")
 
 (defun sweeprolog-terms-at-point (&optional point)
-  "Return boundarines of Prolog terms at POINT, innermost first."
+  "Return boundaries of Prolog terms at POINT, innermost first."
   (setq point (or point (point)))
   (save-excursion
     (goto-char point)

Reply via email to