branch: externals/tmr
commit aef44492e1908ba4e5610030efaeca03e7cb7477
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Fix typo in docstring of tmr-acknoledge-timer-text
---
tmr.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmr.el b/tmr.el
index c085aed1dd..4c83abc837 100644
--- a/tmr.el
+++ b/tmr.el
@@ -128,7 +128,7 @@ Each function must accept a timer as argument."
(defcustom tmr-acknoledge-timer-text "ack"
"Text to confirm that a timer is acknowledged.
This is the input to be given to the minibuffer prompt that asks for
-confirmation when a timer has to be acknowledged (acknolegdement here
+confirmation when a timer has to be acknowledged (acknowledgement here
means that the user confirms that the timer has elapsed)."
:package-version '(tmr . "1.3.0")
:type 'string)