changeset 75512:aee02f0a570b

(eshell-rewrite-for-command): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Jan 2007 16:13:22 +0000
parents 7064e151eb7e
children 99dc233f3753
files lisp/eshell/esh-cmd.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/esh-cmd.el	Mon Jan 29 16:11:48 2007 +0000
+++ b/lisp/eshell/esh-cmd.el	Mon Jan 29 16:13:22 2007 +0000
@@ -497,7 +497,7 @@
 (defun eshell-rewrite-for-command (terms)
   "Rewrite a `for' command into its equivalent Eshell command form.
 Because the implementation of `for' relies upon conditional evaluation
-of its argumbent (i.e., use of a Lisp special form), it must be
+of its argument (i.e., use of a Lisp special form), it must be
 implemented via rewriting, rather than as a function."
   (if (and (stringp (car terms))
 	   (string= (car terms) "for")