branch: externals/transient
commit c37d694ccbdf9796a58c5f01c940b30f04e8c5a7
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Fix typos
---
 CHANGELOG         | 2 +-
 lisp/transient.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 78a573f152..18b0dd5fe0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -56,7 +56,7 @@ Bug fixes:
 
 Bug fixes:
 
-- ~transient--setup-recursion~ did not consider the ~resurse~ shorthand.
+- ~transient--setup-recursion~ did not consider the ~recurse~ shorthand.
   32a7e256
 
 - The parent group was not always stored in suffix objects.  #354
diff --git a/lisp/transient.el b/lisp/transient.el
index 08c4031d16..ea13f1a697 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1905,7 +1905,7 @@ probably use this instead:
        ;; If COMMAND is nil, then failure to disambiguate likely means
        ;; that there is a bug somewhere.
        ((length> suffixes 1)
-        (error "BUG: Cannot unambigiously determine suffix object"))
+        (error "BUG: Cannot unambiguously determine suffix object"))
        ;; It is legimate to use this function as a predicate of sorts.
        ;; `transient--pre-command' and `transient-help' are examples.
        (t nil))))
@@ -5112,7 +5112,7 @@ search instead."
             lisp-imenu-generic-expression :test #'equal)
 
 (defun transient--suspend-text-conversion-style ()
-  (static-if (boundp 'overriding-text-conversion-style) ; since Emasc 30.1
+  (static-if (boundp 'overriding-text-conversion-style) ; since Emacs 30.1
       (when text-conversion-style
         (letrec ((suspended overriding-text-conversion-style)
                  (fn (lambda ()

Reply via email to