From 0881733ebe1e3f6fff14e4e1c7824ae7d74b4e0e Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Thu, 19 Feb 2015 18:29:12 +0100 Subject: [PATCH] hydra.el (defhydra): Fix typo Re #38 --- hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index 1ff668e..fcb8cde 100644 --- a/hydra.el +++ b/hydra.el @@ -521,7 +521,7 @@ result of `defhydra'." ((eq body-color 'amaranth) '((message "An amaranth Hydra can only exit through a blue head"))) ((eq body-color 'teal) - '((message "An teal Hydra can only exit through a blue head"))) + '((message "A teal Hydra can only exit through a blue head"))) (t '((hydra-pink-fallback)))) (hydra-set-transient-map hydra-curr-map t)