emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ace-window 706f24e 69/92: Fix typo


From: Stefan Monnier
Subject: [elpa] externals/ace-window 706f24e 69/92: Fix typo
Date: Wed, 17 Mar 2021 18:39:24 -0400 (EDT)

branch: externals/ace-window
commit 706f24e894244759846c62bf6bc63fb302cb6a13
Author: Nick Drozd <nicholasdrozd@gmail.com>
Commit: Nick Drozd <nicholasdrozd@gmail.com>

    Fix typo
---
 ace-window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ace-window.el b/ace-window.el
index bc48edd..b89daf6 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -765,7 +765,7 @@ Modify `aw-fair-aspect-ratio' to tweak behavior."
     (aw-flip-window)))
 
 (defun aw-execute-command-other-window (window)
-  "Exectute a command in WINDOW."
+  "Execute a command in WINDOW."
   (aw-switch-to-window window)
   (unwind-protect
       (funcall



reply via email to

[Prev in Thread] Current Thread [Next in Thread]