branch: elpa/with-simulated-input
commit f0dbf2fdd99c6afe7ab2af83c94a4028e4af9c1c
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>

    Fix a typo
---
 with-simulated-input.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/with-simulated-input.el b/with-simulated-input.el
index 15cbc411f2..c72d1112da 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -210,7 +210,7 @@ in `progn'."
 
 (defvar wsi-simulated-idle-time nil)
 
-(defadvice current-idle-time (around simulat-idle-time activate)
+(defadvice current-idle-time (around simulate-idle-time activate)
   "Return the faked value while simulating idle time.
 
 While executing `wsi-simulate-idle-time', this advice causes the

Reply via email to