diff options
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/erc/resources/erc-d/erc-d-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/progmodes/python-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/erc/resources/erc-d/erc-d-tests.el b/test/lisp/erc/resources/erc-d/erc-d-tests.el index f64b5e8a74c..21005cd7600 100644 --- a/test/lisp/erc/resources/erc-d/erc-d-tests.el +++ b/test/lisp/erc/resources/erc-d/erc-d-tests.el @@ -1046,7 +1046,7 @@ nonzero for this to work." (kill-buffer client-buffer) (kill-buffer dumb-server-buffer)))) -;; Without adjusting penalty, takes ~15 secs. With is comprable to direct ^. +;; Without adjusting penalty, takes ~15 secs. With is comparable to direct ^. (ert-deftest erc-d-run-fuzzy () :tags '(:expensive-test) (let ((erc-server-flood-penalty 1.2) ; penalty < margin/sends is basically 0 diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index d7b3c102f2d..92c20288c8e 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el @@ -1875,7 +1875,7 @@ class C(object): (python-tests-look-at "def m(self):" -1) (beginning-of-line) (point)))) - ;; Nested defuns shuld be skipped. + ;; Nested defuns should be skipped. (python-tests-look-at "return a" -1) (should (= (save-excursion (python-nav-beginning-of-defun) |