summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-18 00:31:02 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-18 00:31:02 -0800
commit3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch)
treeeedcfcd5751edab39f795fcfb688e1e5cc3ad128 /lisp/shell.el
parent5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff)
downloademacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index c75594ddbe4..31c5729b83a 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -293,7 +293,7 @@ Value is a list of strings, which may be nil."
(getenv "ESHELL") shell-file-name))
(name (file-name-nondirectory prog)))
;; Tell bash not to use readline, except for bash 1.x which
- ;; doesn't grook --noediting. Bash 1.x has -nolineediting, but
+ ;; doesn't grok --noediting. Bash 1.x has -nolineediting, but
;; process-send-eof cannot terminate bash if we use it.
(if (and (not purify-flag)
(equal name "bash")