branch: externals/transient
commit 150e9d625ba28747812a7243f79d61ea927aacc6
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Fix typos
---
 docs/transient.org  | 2 +-
 docs/transient.texi | 2 +-
 lisp/transient.el   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 63e4d5e268..5468e731c7 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -728,7 +728,7 @@ Two more essential options are documented in [[* Common 
Suffix Commands]].
   not match the respective command-line argument should be highlighted.
   For other infix commands this option has no effect.
 
-  This is mostly indended for autors of transient menus and disabled
+  This is mostly intended for authors of transient menus and disabled
   by default.
 
   When this option is non-~nil~, the key binding for an infix argument
diff --git a/docs/transient.texi b/docs/transient.texi
index 4aea3fdac9..041b02000a 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -879,7 +879,7 @@ This option controls whether key bindings of infix commands 
that do
 not match the respective command-line argument should be highlighted.
 For other infix commands this option has no effect.
 
-This is mostly indended for autors of transient menus and disabled
+This is mostly intended for authors of transient menus and disabled
 by default.
 
 When this option is non-@code{nil}, the key binding for an infix argument
diff --git a/lisp/transient.el b/lisp/transient.el
index d9b71f6f36..ff2a2b57ee 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2000,7 +2000,7 @@ probably use this instead:
          ;; that there is a bug somewhere.
          ((length> suffixes 1)
           (error "BUG: Cannot unambiguously determine suffix object"))
-         ;; It is legimate to use this function as a predicate of sorts.
+         ;; It is legitimate to use this function as a predicate of sorts.
          ;; `transient--pre-command' and `transient-help' are examples.
          (t nil))))
     ([obj (transient--suffix-prototype (or command this-command))]

Reply via email to