From 819f1ee1cf3f69a1ae920e6004f2c0baeebbe077 Mon Sep 17 00:00:00 2001
From: Henrik Lissner <henrik@lissner.net>
Date: Sat, 2 May 2020 13:04:56 -0400
Subject: [PATCH] Fix unread-post-input-method-events typo

---
 evil-escape.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/evil-escape.el b/evil-escape.el
index a3d8fd6..9155785 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -210,10 +210,10 @@ with a key sequence."
            ((null evt))
            ;; NOTE Add syl20bnr/evil-escape#93: replace with
            ;;      `unread-command-events' with
-           ;;      `unread-post-inpout-method-events' so evil-escape doesn't
+           ;;      `unread-post-input-method-events' so evil-escape doesn't
            ;;      interfere with macro recording.
-           ((setq unread-post-inpout-method-events
-                  (append unread-post-inpout-method-events (list evt)))))))))
+           ((setq unread-post-input-method-events
+                  (append unread-post-input-method-events (list evt)))))))))
 
 (defadvice evil-repeat (around evil-escape-repeat-info activate)
   (let ((evil-escape-inhibit t))