summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-09-16 15:21:45 -0400
committerGlenn Morris <rgm@gnu.org>2013-09-16 15:21:45 -0400
commit8d95f3a69cc3268338a0d29514810c9452b338f3 (patch)
treee8159d22dc51fdede7d99d0400d38cb70fd355a3
parent88302cbb9f988fd17604be8722731ba53dd1a27a (diff)
downloademacs-8d95f3a69cc3268338a0d29514810c9452b338f3.tar.gz
Fix comment typo
-rw-r--r--test/automated/eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/eshell.el b/test/automated/eshell.el
index 643e83c6a76..41c7b254752 100644
--- a/test/automated/eshell.el
+++ b/test/automated/eshell.el
@@ -53,7 +53,7 @@
;; FIXME this does not return informative failure messages, just t or nil.
;; It should return the expected buffer contents and the actual one,
-;; so that we can see what form ant failure took.
+;; so that we can see what form any failure took.
(defun eshell-command-result-p (text regexp &optional func)
"Insert a command at the end of the buffer."
(eshell-insert-command text func)