aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2014-07-21 07:41:19 -0700
committerPaul Eggert2014-07-21 07:41:19 -0700
commitad4c5263f5d597ff181d85ecef01b4af29c16cda (patch)
treebcafe3e75a17eba71018fe1a1bf40321d22d2be9 /test
parent5da5370cc7d0839051caf134ef4e077d649002ae (diff)
downloademacs-ad4c5263f5d597ff181d85ecef01b4af29c16cda.tar.gz
emacs-ad4c5263f5d597ff181d85ecef01b4af29c16cda.zip
Spelling fixes.
Diffstat (limited to 'test')
-rw-r--r--test/automated/python-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el
index 81f4567091e..e1eaeea2c38 100644
--- a/test/automated/python-tests.el
+++ b/test/automated/python-tests.el
@@ -1807,7 +1807,7 @@ Using `python-shell-interpreter' and
1807 (kill-buffer shell-buffer)))) 1807 (kill-buffer shell-buffer))))
1808 1808
1809(ert-deftest python-shell-make-comint-3 () 1809(ert-deftest python-shell-make-comint-3 ()
1810 "Check comint creation with overriden python interpreter and args. 1810 "Check comint creation with overridden python interpreter and args.
1811The command passed to `python-shell-make-comint' as argument must 1811The command passed to `python-shell-make-comint' as argument must
1812locally override global values set in `python-shell-interpreter' 1812locally override global values set in `python-shell-interpreter'
1813and `python-shell-interpreter-args' in the new shell buffer." 1813and `python-shell-interpreter-args' in the new shell buffer."