branch: externals/adjust-parens
commit 9183c71a32d722587e9c15f0260060d703f3d168
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    ; Fix typos
---
 adjust-parens.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/adjust-parens.el b/adjust-parens.el
index 183925daf8..609cbeffb2 100644
--- a/adjust-parens.el
+++ b/adjust-parens.el
@@ -168,7 +168,7 @@ where the close paren was moved from and the position 
following where
 it moved to.
 
 If there's no close parens to move, either return nil or allow
-scan-error to propogate up."
+scan-error to propagate up."
   (save-excursion
     (let* ((deleted-paren-char nil)
            (deleted-paren-pos
@@ -213,7 +213,7 @@ where the close paren was moved from and the position 
following where
 it moved to.
 
 If there's no close parens to move, either return nil or allow
-scan-error to propogate up."
+scan-error to propagate up."
   (save-excursion
     (let* ((deleted-paren-char nil)
            (deleted-paren-pos

Reply via email to