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

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

diff --git a/CHANGELOG b/CHANGELOG
index 6b3dcbb33a..e3fab8bafd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -105,7 +105,7 @@ in your favorite transient-using packages in the coming 
months.
   can now be a function that returns such a list.  #212
 
 - Per-suffix functions that format its description (specified using the
-  ~descripton~ slot) can now optionally take one instead of zero argument,
+  ~description~ slot) can now optionally take one instead of zero argument,
   the respective suffix object.  09be367b
 
 - Added a new command ~transient-echo-arguments~ intended for use in
diff --git a/lisp/transient.el b/lisp/transient.el
index fce6c94acb..f4fd0a06e1 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1516,7 +1516,7 @@ invoked from.
 Regular suffix commands, which are not prefixes, do not have to
 concern themselves with this distinction, so they can use this
 function instead.  In the context of a plain suffix, it always
-returns the value of the appropiate variable."
+returns the value of the appropriate variable."
   (or transient--prefix transient-current-prefix))
 
 (defun transient-suffix-object (&optional command)

Reply via email to